Unit Testing in C
I haven't written new C code since the turn of the millennium. Since then it's been almost all Java and Python. Along with Java and Python come JUnit and Python's unittest module.
I've grown completely dependent on unit testing.
I'm looking at some C code, and I want a unit …
more ...