05/09/2016
Thoughts on code quality and testing
Writing code isn't easy. Writing good quality code is difficult. Testing code quality is even more difficult. So what makes for good quality code and how do we test for it? The short answer is: it really depends.As a developer, I often discuss what c...