One of my favorite simple pleasures is reading a technical or instructional book where the level of complexity perfectly matches my expertise. I’ve been enjoying this exact experience while reading Greg Brown‘s new book, Ruby Best Practices. I have been programming professionally for over three years, with the last five months doing full time Ruby [...]
Tag Archives: ruby
Good and Not So Good Rails Code
Friday, June 26, 2009
I’ve found I learn best by example. If you do too, these examples of good and not so good Rails code might be useful. This post is targeted at newer Rails programmers. If you’ve moved beyond the beginner stages you might not find much here for you. Onward! Let’s start with some code that’s not [...]