From: Roger Pack Date: 2009-12-16T01:01:40+09:00 Subject: Re: Poll: Significant Indentation > If Ruby had optional significant whitespace as a core language feature > (maybe > like http://gist.github.com/117694), would you use it: > - Never? > - Sometimes? > - All the time? > - Don't care? > - Only with different syntax (lazibi, colon, something else?) In general I'm in favor of optional significant whitespace, because it fits more code onto the current viewable page. In general I think that whitespace delimited code is easier to read, but harder to write. Does anybody have any experience as to whether that makes code easier to maintain, or not? -r -- Posted via http://www.ruby-forum.com/.