Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Big Ball of Mud (1999)

The 1999 paper by Brian Foote and Joseph Yoder describes a "Big Ball of Mud" software architecture: a haphazard, patchwork structure that emerges from expedient development. While often seen as a failure, the authors argue such systems can be pragmatic, cost-effective solutions that meet real-world demands despite maintenance challenges.

Background

- "Big Ball of Mud" is a classic 1999 paper by Brian Foote and Joseph Yoder that coined the term for a common but informal, haphazard software architecture — a sloppy, tangled mess of code with little clear structure. - The paper argues that while everyone knows such systems are bad, they remain widespread because they are pragmatic: they emerge naturally under real-world pressures like tight deadlines, changing requirements, and inexperienced teams. - Key concepts include "throwaway code" that never gets thrown away, "piecemeal growth" where systems evolve without a master plan, and "sweeping it under the rug" — patching problems rather than fixing root causes. - The paper is foundational in software engineering, often cited to explain why large systems degrade over time and why "clean" architecture is hard to maintain outside textbooks. - It was published at a time when heavyweight methodologies (like the Waterfall model) dominated, but agile thinking was emerging; the paper's honest, non-judgmental tone about messy code was eye-opening for many developers.