Unmaintainable code

From Wiki @ Karl Jones dot com
Revision as of 08:14, 18 August 2015 by Karl Jones (Talk | contribs) (Etc)

Jump to: navigation, search

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

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