The Ten Commandments For C Programmers by H. Spencer (1987)
groups.google.com
The Ten Commandments For C Programmers by H. Spencer (1987)
1–7 of 7 posts
Re: The Ten Commandments For C Programmers by H. Spencer (1987)
#2 groff -ms -Tps 10cfcp.in > 10cfcp.ps
ps2pdf 10cfcp.psRe: The Ten Commandments For C Programmers by H. Spencer (1987)
#3Just reading through the list of names of libraries in a package manager is more than I can handle, let alone reading through their APIs. I imagine this was a bit more possible to do in the 80s. Still though, I wish there was a more manageable way to handle this.
Re: The Ten Commandments For C Programmers by H. Spencer (1987)
#4We could update that to "All the world's linux" today.
Re: The Ten Commandments For C Programmers by H. Spencer (1987)
#5>Thou shalt foreswear, renounce, and abjure the vile heresy which claimeth that ``All the world's a VAX'', We could update that to "All the world's linux" today.
Re: The Ten Commandments For C Programmers by H. Spencer (1987)
#6Re: The Ten Commandments For C Programmers by H. Spencer (1987)
#7Remember, it was a time when the language had no function prototypes, and we were seeing more and more code abusing parameter passing and value returning by "knowing" what happens.
Re-reading it now, I'm amazed on how general the commandments are, the underlying wisdom applicable to any language and system.