View Single Post
Old 06-28-2005, 01:19 PM   #4 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,711
redhead is on a distinguished road
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.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote