Release early, release often
{{Short description|Software development policy emphasizing user feedback}}
Release early, release often (also known as ship early, ship often, or time-based releases, and 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, contrary to a feature-based release strategy. 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,{{cite news
| last = Leonard
| first = Andrew
| title = Triumph of the free-software will
| url = http://www.salon.com/2000/10/31/software_passion/
| work = Salon
| accessdate = 2009-10-26
| date = 2000-10-31
| quote = 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}}
and ultimately results in higher quality software.{{cite news
| last = Haddad
| first = Ibrahim
| title = Adopting an Open Source Approach to Software Development, Distribution, and Licensing
| url = http://education.sys-con.com/node/318776
| accessdate = 2009-10-26
| date = 2007-01-05
| publisher = SYS-CON Publications
| quote = 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.}} The development philosophy attempts to eliminate the risk of creating software that no one will use.{{cite news
|last = Serebrin
|first = Jacob
|title = Canadian Startup MVP alternatives: Toronto's Guardly, Waterloo's Blackberry and NYC Dev Shop
|url = http://www.starbusinessclub.ca/technology/canadian-startup-mvp-alternatives-torontos-guardly-waterloos-blackberry-and-nyc-dev-shop/
|accessdate = 2014-02-03
|date = 2013-03-13
|publisher = Toronto Star
|quote = Essentially, both philosophies [Release Early, Release Often and Minimum Viable Product] attempt to eliminate the risk of creating software that no one will use.
|url-status = dead
|archiveurl = https://web.archive.org/web/20140208221226/http://www.starbusinessclub.ca/technology/canadian-startup-mvp-alternatives-torontos-guardly-waterloos-blackberry-and-nyc-dev-shop/
|archivedate = 2014-02-08
}}
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".{{cite book
| last = Raymond
| first = Eric
| title = Release Early, Release Often
| work = The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary
| url = http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html
| accessdate = 2009-10-26
| date = 1997-05-27
| publisher = O'Reilly
| isbn = 1-56592-724-9
| quote = Release early. Release often. And listen to your customers.}}
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.{{Citation |last1=Terzian |first1=Anna |title=Chapitre 12. Implication et enseignement supérieur en ligne « Le e-learning : dispositifs et acteurs en formation en ligne » |date=2009-01-01 |url=https://innowise-group.com/ |work=Perspectives en éducation et formation |pages=159–176 |access-date=2023-06-06 |publisher=De Boeck Supérieur |last2=Béziat |first2=Jacques}}
The alternative to the release early, release often philosophy is aiming to provide only polished, bug-free releases.{{cite news
| last = Russell
| first = Terrence
| title = Jimmy Wales on Wikia Search's Lukewarm Reveal
| url = https://www.wired.com/epicenter/2008/01/jimmy-wales-exp/
| work = Wired News
| accessdate = 2009-10-26
| date = 2008-01-07
| publisher = Conde Naste Publications
| quote = We come from the world of open source, which is all about "release early, release often" rather than highly polished releases}} Advocates of RERO question that this would in fact result in higher-quality releases.
A critical aspect often debated regarding the "release early, release often" philosophy is the potential loss of quality due to continuous and rapid modifications. By prioritizing the frequency of releases over perfection, there is a risk of introducing undetected bugs or compromising the stability of the product. This can occur when development cycles are too accelerated, leaving limited time for thorough testing or refining features. Additionally, frequent changes may make it difficult to maintain consistency in the user experience, especially if updates significantly alter functionality or the interface. Therefore, while RERO encourages adaptability and rapid feedback, it also requires a careful balance to ensure that speed does not come at the expense of the software's overall quality.
See also
References
{{Reflist}}
External links
- [http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html Release Early, Release Often], chapter of The Cathedral and the Bazaar by Eric S. Raymond
{{DEFAULTSORT:Release Early, Release Often}}
Category:Software development philosophies
{{Software-eng-stub}}