Cargo cult programming

From Wikipedia, the free encyclopedia

Cargo cult programming is a style of computer programming that is characterized by the ritual inclusion of code or program structures that serve no real purpose. Cargo cult programming is typically symptomatic of a programmer not understanding either the bug they were attempting to solve or the apparent solution (compare shotgun debugging, voodoo programming).[1]

Cargo cult programming can also refer to the results of (over-)applying a design principle blindly without understanding the reasons behind that design principle in the first place. An example would be a novice being taught that commenting code is good, and then adding comments for lines that are self-explanatory or need no comment; other examples involve overly complex use of design patterns or certain forms of coding style.

The term 'cargo cult', as an idiom, originally referred to aboriginal religions which grew up in the South Pacific after World War II. The practices of these groups centered on building elaborate mock-ups of airplanes and military landing strips in the hope of summoning the god-like airplanes that had brought marvelous cargo during the war[2][3]. Use of the term in computer programming probably derives from Richard Feynman's characterization of certain practices as "cargo cult science". [4][3]

Contents

[edit] Cargo cult software engineering

A related term in software engineering is cargo cult software engineering, coined by Steve McConnell.

McConnell describes software development organizations that attempt to emulate more successful development houses, either by slavishly following a software development process, or by taking a commitment oriented development approach.

In both cases, McConnell contends that competence ultimately determines whether a project succeeds or fails, regardless of the development approach taken; furthermore, he claims that incompetent "impostor organizations", that merely emulate the form of successful software development organizations are, in fact, engaging, in what he calls Cargo cult software engineering. [3]

[edit] See also

[edit] References

  1. ^ Eric S. Raymond (1996), The New Hacker's Dictionary, MIT Press, ISBN 0262680920 
  2. ^ Dr. Nikolai Bezroukov. Cargo Cult Programming article. Softpanorama (slightly skeptical) Open Source Software Education Society. Retrieved on 2008-03-25.
  3. ^ a b c From the Editor (March/April 2000). Cargo Cult Software Engineering. IEEE Software. Retrieved on 2008-05-24.
  4. ^ Definition of cargo cult programming. Jargon File at jargon.net. Retrieved on 2008-03-25.

[edit] Further reading

  • Surely You're Joking, Mr. Feynman!, Richard Feynman, W. W. Norton & Co, New York, 1985, ISBN 0-393-01921-7. One of the chapters is the transcript of a 1974 Caltech commencement address, which contained the coining of "Cargo cult science".
  • Cargo Cult Science, by Richard P. Feynman. Article based on his 1974 Caltech Commencement address, with pictures, as originally published in Engineering and Science, Volume 37:7, June 1974. Digitized version from Caltech Library, retrieved June 20, 2007

[edit] External links

This article is based in part on the Jargon File, which is in the public domain.