This post originated from an RSS feed registered with Python Buzz
by Mark Ramm.
Original Post: Python, Ruby, Rails and Readability
Feed Title: Compound Thinking
Feed URL: http://compoundthinking.com/blog/index.php/category/programming/feed/
Feed Description: New perspectives on Information Technology.
When developing code you should always choose readability over convenience. Code will be read many, many more times than it is written…
–Practices of an Agile Developer by Venkat Subramaniam Andy Hunt
This quote from Ruby advocate and Rails book author Andy Hunt, explains why I work in Python even though Ruby has anonymous blocks [...]