In the area of software engineering I wanted to do three things in 2016: Do 10 Code Katas I did them as written recently in the first and the second post. Katas are very nice little tasks to practice understanding requirements, designing classes, and implementing them. Here’s a new insight about TDD that I had: Continue reading
Mobile app
New Year’s Resolutions 2016
In the area of software I’m going to do three things this year. 1. Practice TDD Recently it clicked in my head that TDD isn’t that much a testing tool but a design tool. If it is possible to test the production code with simple tests then the production code itself is simple enough. As Continue reading