[#1263] Draft of the updated Ruby FAQ — Dave Thomas <Dave@...>

33 messages 2000/02/08

[#1376] Re: Scripting versus programming — Andrew Hunt <andy@...>

Conrad writes:

13 messages 2000/02/15

[#1508] Ruby/GTK and the mainloop — Ian Main <imain@...>

17 messages 2000/02/19
[#1544] Re: Ruby/GTK and the mainloop — Yasushi Shoji <yashi@...> 2000/02/23

Hello Ian,

[#1550] Re: Ruby/GTK and the mainloop — Ian Main <imain@...> 2000/02/23

On Wed, Feb 23, 2000 at 02:56:10AM -0500, Yasushi Shoji wrote:

[#1516] Ruby: PLEASE use comp.lang.misc for all Ruby programming/technical questions/discussions!!!! — "Conrad Schneiker" <schneiker@...>

((FYI: This was sent to the Ruby mail list.))

10 messages 2000/02/19

[#1569] Re: Ruby: constructors, new and initialise — Yukihiro Matsumoto <matz@...>

The following message is a courtesy copy of an article

12 messages 2000/02/25

[ruby-talk:01244] Re: Any FAQ requests, updates, ...

From: "Conrad Schneiker" <schneiker@...>
Date: 2000-02-06 01:01:18 UTC
List: ruby-talk #1244
From: Dave Thomas <Dave@thomases.com>
Sent: Friday, February 04, 2000 7:48 PM

> I'm making a pass through the English language Ruby FAQ, tidying up
> some stuff and checking it for accuracy.

THANKS.

> While I've got it open on the operating table, does anyone have any
> requests for changes, things to include, things to exclude, or
> whatever.

I was tempted to include a long list of things, which I realized would make
the FAQ serve as a stand-in for an English "Programming Ruby" book and an
English "Ruby Cookbook" book, but which is too much to ask of a FAQ.

But there are a few fairly simple things that illustrate some sorts of
changes that I think would be useful.

In "1. General questions", a description of the intended scope and purpose
of the FAQ. Are you supposed to have read all the other documentation first?
Or should you start out reading the FAQ?

A description/glossary of otherwise undescribed terms (for example, explain
what mix-in means, although there is some mention of this is other
documentation).

In "7.9 How can I use less to display strings?", since Ruby closes files for
you, I don't understand the need for this. (In general, a little more "why
do you need this?, why do things work this way?" information scattered
throughout the FAQ would be helpful.)

In "7.15 How can I sort strings in alphabetical order?" and in some other
places, an example of the actual code would help beginners.

I would change (mildly) jargonistic/implementation terms. (For example,
change "is parsed as" to "is interpreted as" or "is equivalent to" or most
simply and directly, "means".)

Conrad




In This Thread