tdd Featured 6 tips for a powerful TDD session TDD is ~95% practice. The theory about it is really simple. Practice is harder, and it's always beneficial to have some guidance as you practice it. Here's a quick list of six tips that may work for you!
ruby Collection Filters in Ruby There should be a filter object, and it should be placed between the user and the filtered object. Imagine you are modeling a person using a pair of glasses...