Difference between revisions of "Unmaintainable code"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Topics)
(Program Design)
Line 24: Line 24:
  
 
=== Program Design ===
 
=== Program Design ===
 +
 +
<blockquote>The cardinal rule of writing unmaintainable code is to specify each fact in as many places as possible and in as many ways as possible.</blockquote>
  
 
[http://mindprod.com/jgloss/unmaindesign.html Link]
 
[http://mindprod.com/jgloss/unmaindesign.html Link]

Revision as of 08:12, 18 August 2015

Unmaintainable code is an essay by Roedy Green about [[software development], software testing, code refactoring, and related topics.

It is a satire in the tradition of The Devil's Dictionary.

Official website].

Topics

General Principles

Link

Naming

Link

Camouflage

Link

Documentation

Link

Program Design

The cardinal rule of writing unmaintainable code is to specify each fact in as many places as possible and in as many ways as possible.

Link

Coding Obfuscation

Link

Ambiguity

Link

Testing

Link

Choice of Language

Link

Dealing With Others

Link

Roll Your Own

Link

Tricks In Offbeat Languages

Link

Miscellaneous Techniques

Link

Philosophy

Link

The Shoemaker Has No Shoes

Link

Contributors

Link

Operation Termite

Link

Feedback

Link

See also

External links