- The Cathedral and the Bazaar
infobox book
name = The Cathedral and the Bazaar
author =Eric S. Raymond
image_caption = Cover of the paperback compendium edition
publisher =O'Reilly Media
pub_date = 1999
followed_by =Homesteading the Noosphere
isbn = ISBN 1-56592-724-9"The Cathedral and the Bazaar" (abbreviated CatB) is an essay by
Eric S. Raymond onsoftware engineering methods, based on his observations of theLinux kernel development process and his experiences managing anopen source project,fetchmail . It was first presented by the author at theLinux Kongress onMay 27 1997 and was published as part of a book of the same name in 1999.Content
The essay contrasts two different
free software development models:* The "Cathedral" model, in which
source code is available with each software release, but code developed between releases is restricted to an exclusive group ofsoftware developer s.GNU Emacs and GCC are presented as examples.
* The "Bazaar" model, in which the code is developed over theInternet in view of the public. Raymond creditsLinus Torvalds , leader of the Linux kernel project, as the inventor of this process. Raymond also provides anecdotal accounts of his own implementation of this model for the fetchmail project.The essay's central thesis is Raymond's proposition that "given enough eyeballs, all bugs are shallow" (which he terms
Linus's Law ): the more widely available the source code is for public testing, scrutiny, and experimentation, the more rapidly all forms of bugs will be discovered. In contrast, Raymond claims that an inordinate amount of time and energy must be spent hunting for bugs in the Cathedral model, since the working version of the code is available only to a few developers.Legacy
The essay helped convince most existing open source and free software projects to adopt Bazaar-style open development models, fully or partially — including GNU Emacs and GCC, the original Cathedral examples. Most famously, it also provided the final push for
Netscape Communications Corporation to release the source code forNetscape Communicator and start theMozilla project. [ cite web | title = Epilog: Netscape Embraces the Bazaar | url = http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s13.html ]When
O'Reilly Media published the book in 1999, it achieved another distinction by being the first complete and commercially distributed book published under theOpen Publication License .See also
*
Homesteading the Noosphere Notes
References
*
External links
* [http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ full text of the essay]
Wikimedia Foundation. 2010.