Domain: mindprod.com
Stories and comments across the archive that link to mindprod.com.
Comments · 111
-
Some useful pointers...I find this site useful:
http://mindprod.com/unmain.html
:) -
How To Write Unmaintainable Code
-
Check out how not to do it.
See: How To Write Unmaintainable Code by Roedy Green
Every time I read it, I laugh from all the crazy examples of how not to do things:
eg:
16: Names From Mathematics:
Choose variable names that masquerade as mathematical operators, e.g.:
openParen = (slash + asterix) / equals; -
How to write unmaintainable code
I guess most of you have seen this page on how to writing unmaintainable code before, but I'll post the link anyways:
click me
-
The secret of open sores
-
Use random!
[random combination of numbers and letters]
This is the most useful naming convention you can use:
1 - you are the only one who (after 100 randomly named servers) probably owns the complete list of names.
2 - no one can figure out whether asd356m is a web or ftp server and is on the second or first floor, room ???.
After few randomly named server you will became the only source of knowledge for your company; so your value will became veeeeery high. You can then ask a payrise every 3 months ("otherwise you can give to the other guys the management over sj3457ssf and qrio2d3" !).
Make things unanderstandable and YOU will became the most valuable resource of your company.
(Programmers' adaption of the previous rule: Use a very bad programming style! If it takes a month to add 5 lines of code... you will grant yourself work forever!; check this) -
Heh
This is a definite must read.
-
Re:or (4)..
or (4), given the current state of the world economies, all the coders are trying to keep a bit of job security.
-
You could be nice, but on the *other* hand...
-
Re:Windows CodeFrom: How To Write Unmaintainable Code
Hungarian Notation: Hungarian Notation is the tactical nuclear weapon of source code obfuscation techniques; use it! Due to the sheer volume of source code contaminated by this idiom nothing can kill a maintenance engineer faster than a well planned Hungarian Notation attack.
:)--locust
-
Writing Unintelligeable code
Here's a site for some pointers:
http://mindprod.com/unmain.html
Quite intriguing if you ask me :)