Release early, release often
Release early, release often (sometimes abbreviated RERO) is a software development philosophy that emphasizes the importance of early and frequent releases in creating a tight feedback loop between developers and testers or users. Advocates argue that this allows the software development to progress faster, enables the user to help define what the software will become, better conforms to the users' requirements for the software,[1] and ultimately results in higher quality software.[2] This philosophy was popularized by Eric S. Raymond in his 1997 essay The Cathedral and the Bazaar, where Raymond stated "Release early. Release often. And listen to your customers".[3] This philosophy was originally applied to the development of the Linux kernel and other open-source software, but has also been applied to closed source, commercial software development. Disadvantages to this release model include the possibility of more frequent crashes or even data loss, and that end-users must update their software more often.[4] The alternative to the release early, release often philosophy is aiming to provide only polished, bug-free releases.[5]
See also
References
- ^ Leonard, Andrew (2000-10-31). "Triumph of the free-software will". Salon. http://www.salon.com/tech/col/leon/2000/10/31/software_passion/print.html. Retrieved 2009-10-26. "Open-source software, at heart, is a method for maximizing the efficiency and speed with which one can create the next version. Release early, release often, is the mantra, meaning get your new code out into the public so millions of eyes can tear it apart and help create a new version even faster"
- ^ Haddad, Ibrahim (2007-01-05). "Adopting an Open Source Approach to Software Development, Distribution, and Licensing". SYS-CON Publications. http://education.sys-con.com/node/318776. Retrieved 2009-10-26. "This practice is described as "release early, release often." The open source community believes that this practice leads to higher-quality software because of peer review and the large base of users who are using the software, accessing the source code, reporting bugs, and contributing fixes."
- ^ Raymond, Eric (1997-05-27). Release Early, Release Often. ISBN 1-56592-724-9. http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html. Retrieved 2009-10-26. "Release early. Release often. And listen to your customers."
- ^ Golden, Bernard (2006-02-22). "Golden's Rules: How to modify SugarCRM safely". Enterprise Linux News (TechTarget). http://searchenterpriselinux.techtarget.com/news/column/0,294698,sid39_gci1168169,00.html. Retrieved 2009-10-26. "The downside of "release early, release often" can be "work hard, update often" if you have source code modifications that you must apply to the baseline open source product"
- ^ Russell, Terrence (2008-01-07). "Jimmy Wales on Wikia Search’s Lukewarm Reveal". Wired News (Conde Naste Publications). http://www.wired.com/epicenter/2008/01/jimmy-wales-exp/. Retrieved 2009-10-26. "We come from the world of open source, which is all about "release early, release often" rather than highly polished releases"
External links