Comment on Haskell style list comprehensions in RubyparentComments−hendzen13yI like to use them for simple cases only (No nested comprehensions, etc). When in doubt, the Google Python style guide [0] has some useful guidance.[0] - http://google-styleguide.googlecode.com/svn/trunk/pyguide.ht...
Comments
I like to use them for simple cases only (No nested comprehensions, etc). When in doubt, the Google Python style guide [0] has some useful guidance.
[0] - http://google-styleguide.googlecode.com/svn/trunk/pyguide.ht...