How To Write Unmaintainable Code
JDMurray
Admin Posts: 13,094 Admin
A tongue-in-cheek look at how to write unmaintainable code to always insure that you have a job--or will quickly regain your job if you loose it. When actually writing code, try and do the opposite of what this document recommends.
http://thc.segfault.net/root/phun/unmaintain.html
http://thc.segfault.net/root/phun/unmaintain.html
Comments
-
bighornsheep Member Posts: 1,506agree.....
CS101, "if people like what you're doing but dont know what you're doing, you will make alot of money!"Jack of all trades, master of none -
Danman32 Member Posts: 1,243Careful though, as it can bite you in the butt when YOU become fooled when you have to analyze your own code a year later and forgot the details.
-
JDMurray Admin Posts: 13,094 AdminDanman32 wrote:Careful though, as it can bite you in the butt when YOU become fooled when you have to analyze your own code a year later and forgot the details.