This blog post is about the DOs and DON'Ts of code logging I picked up along the way in my coding career. This is a quick list, a "cheat sheet" if you will, which I will expand on down below. DO log your program output to stderr. This is meant for b...
·