|
Hell, if it compiles it will run right ??
But yes, when I was involved in kernel development, we used unit testing, it makes it easier to zero in on where the problem is, but it also helps develop true bounderies the different scopes of the project should be held within.
Which in C++ usualy woudl be your classes and namespaces.. But for C, you realy need to be strict about it.
|