-
Commit Early, Commit Often - The Sane Way To Work
A recent post by Ben Collins-Sussman talks about the benefits of frequent commits. This is a must read for all developers that work as part... (continue reading) -
Using Simple, Useful Class Names
In a previous post I complained about developers using worthless names for Classes. A couple of people called me on the fact that I never... (continue reading) -
Class Naming Really Does Matter
Time and time again I see programmers making up nutball names for their domain objects. This makes it really hard to understand the code without... (continue reading) -
Measuring Cyclomatic Complexity Of Python Code
Complex code is hard to manage, hard to isolate and hard to unit test. For these reasons it is more difficult and costly to modify.... (continue reading)