Fizz Buzz, the children’s game turned coding interview question, requires little more than basic programming literacy to solve. But it has just enough complexity that it can also be used to illustrate some important tenets of object-oriented design through refactoring.
Tag: Ruby
When I learned lean software development, I abandoned year-long planning at work and at home. This year, I broke my rule. I made a New…