You gotta have style — a C style sheet Posted on 2018 December 16 by Craig Goldman Every C programmer, and every programming team that uses C, must have a C style sheet — a description of how the C program...
You should use a Debugging Mark Posted on 2018 November 11 by Craig Goldman Using a Debugging Mark can be one of the easier, yet more powerful tools in your programmer’s tool kit. Yet many developers have never...
Why I don’t “while” Posted on 2018 October 28 by Craig Goldman I don’t “while”. I don’t use the C “while” command to build loops. I also don’t “do while”. I think you shouldn’t either. Years...