Joel VanderWerf <vjoel / path.berkeley.edu> writes: > Jamey Cribbs wrote: >> Switching back and forth between Python and Ruby bit me in the butt >> today. For example, consider the following Ruby code: >> >> a = 1 >> >> if a == 0 >> puts 'zero' >> elif a == 1 >> puts 'one' >> else >> puts 'not one' >> end > > Syntax hilighting in your editor works wonders on this kind of butt-bite. It's enough if they properly indent your code. :-) > Joel VanderWerf -- Christian Neukirchen <chneukirchen / gmail.com> http://chneukirchen.org