If you ever had to hunt down a bug for 2 days in an untested code base, you know that testing brings back the fun of coding. Actually, writing tests is fun as well if it is done with the right levels of abstraction, and if you follow the red-green-cycles.
Comments
If you ever had to hunt down a bug for 2 days in an untested code base, you know that testing brings back the fun of coding. Actually, writing tests is fun as well if it is done with the right levels of abstraction, and if you follow the red-green-cycles.