From: Robert Klemme Date: 2003-04-02T21:30:47+09:00 Subject: Re: OO vs. procedural programming "Gavin Sinclair" schrieb im Newsbeitrag news:15081712235.20030402193331@soyabean.com.au... > On Wednesday, April 2, 2003, 2:47:15 AM, Robert wrote: > I tend to create classes even for really simple apps, because Ruby > executes everything as it finds it, meaning procedural code needs to > be organised bottom-up. That's an interesting point of view I've never thought of. > Putting things in classes (including a method "main") allows you to > organise your code how you like, and then just call > > MyApp.main > > at the end. You don't come from the Java camp, do you? :-) robert