OO Side Effect Free Programming
Mark Mzyk August 27, 2008
Last year Bob Martin gave my coworkers and me some training on how to implement Test Driven Development. Bob advocated for very small methods – even suggesting that methods often only have one or two lines of code. If they started approaching five to ten, they could probably be broken down into separate methods. Yesterday, […]