Bill Kelly wrote: >From: "John Johnson" <jj5412 / earthlink.net> > > >>>class SomePerson >>> def initialize(name, age, birthdate) >>> @name, @age, @birthdate = name, age, birthdate >>> end >>>end >>> >>> >>Which is fine until you need to remove @age. Instead of ^kk (emacs) or >>dd (vi), you have to get in there and dig it out. The same applies for >>renaming the variable. >> >> > >My editor's so advanced, I can actually make changes right >in the middle of a line, without breaking a sweat! > > >;-D > Yes but count the key strokes. 10 hours a day of programming makes this an important point. > > > >>'course opinions are... >> >>Regards, >> JJ >> >> > > >Regards, > >Bill "...or maybe it's my 60Hz key repeat setting..:)" Kelly > > > > > > >