Linked by Thom Holwerda on Mon 3rd Jul 2006 22:07 UTC
Thread beginning with comment 139988
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-12-06
The 'source code is the best documentation' arguement is garbage. Properly documented protocols is significantly more helpful then lines of code that you have to analyze to figure out what they do. Microsoft didn't provide good documentation for parts of their os that have essentially been a black box and that's why they are getting into trouble. If you believe that source code is enough then let me show you an example why it isn't.
Here's a 'Hello World' program, that by itself is not enough to easily figure out the purpose of the program, written in Brainf--k (use your imagination to fill in the censor):
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>++.<<+++++++++++++++.
>.+++.------.--------.>+.>.
Edited 2006-07-04 02:33