markjgsmith

Linkblog

17:44:00 +07:00 Lessons From Debugging - Debugging is absolutely crucial to any code writing. A lot of the items on Matt Rickard's list rang true to me. One thing that I have found useful is to add flags that turn major features on/off so you can quickly rule out big sections of code. Be able to run the code with a mininal set of data so you don't get completely overwhelmed with logs, and a way to only print debug logs for specific files. Log verbosity levels can be useful too. # matt-rickard.com

For enquiries about my consulting, development, training and writing services, aswell as sponsorship opportunities contact me directly via email. More details about me here.