Difference between revisions of "Unmaintainable code"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Program Design)
(Naming)
Line 14: Line 14:
  
 
=== Naming ===
 
=== Naming ===
 +
 +
"Much of the skill in writing unmaintainable code is the art of naming variables and methods. They don’t matter at all to the compiler. That gives you huge latitude to use them to befuddle the maintenance programmer."
  
 
[http://mindprod.com/jgloss/unmainnaming.html Link]
 
[http://mindprod.com/jgloss/unmainnaming.html Link]

Revision as of 08:17, 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.

Many of the examples use Java, but the general principles apply to all programming languages.

See the official website for the complete essay.

Topics

General Principles

Link

Naming

"Much of the skill in writing unmaintainable code is the art of naming variables and methods. They don’t matter at all to the compiler. That gives you huge latitude to use them to befuddle the maintenance programmer."

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