Ward Cunningham

Last updated

Ward Cunningham
Ward Cunningham - Commons-1.jpg
Cunningham in December 2011
Born
Howard G. Cunningham

(1949-05-26) May 26, 1949 (age 75)
Alma mater Purdue University
OccupationComputer programmer
Years active1984–present
Known for WikiWikiWeb, the first implementation of a wiki
The Manifesto for Agile Software Development (document)
Call sign K9OX

Howard G. Cunningham (born May 26, 1949) is an American computer programmer who developed the first wiki [1] [2] and was a co-author of the Manifesto for Agile Software Development . Termed a pioneer, [3] and innovator, [1] [2] he also helped create both software design patterns and extreme programming. He began coding the WikiWikiWeb in 1994, and installed it on c2.com (the website of his software consulting firm) on March 25, 1995, as an add-on to the Portland Pattern Repository. He co-authored (with Bo Leuf) a book about wikis, entitled The Wiki Way , and invented the Framework for Integrated Test.

Contents

Cunningham was a keynote speaker at the first three instances of the WikiSym conference series on wiki research and practice, and also at the Wikimedia Developer Summit 2017. [4] He was a keynote speaker at the MediaWiki Users and Developers Conference, Spring 2024. [5]

Early life and career

Cunningham was born in Michigan City, Indiana, on May 26, 1949. [6] He grew up in Highland, Indiana, where he completed high school. [7]

Cunningham received his bachelor's degree in interdisciplinary engineering (electrical engineering and computer science) and his master's degree in computer science from Purdue University, graduating in 1978. [8] He is a co-founder of Cunningham & Cunningham, a software consultancy he started with his wife. [9]

Cunningham has also served as Director of R&D at Wyatt Software and as Principal Engineer in the Tektronix Computer Research Laboratory. He is founder of The Hillside Group and has served as program chair of the Pattern Languages of Programming conference which it sponsors.

Cunningham was part of the Smalltalk community.

From December 2003 until October 2005, Cunningham worked for Microsoft in the "Patterns & Practices" group. From October 2005 to May 2007, he held the position of Director of Committer Community Development at the Eclipse Foundation. In May 2009, he joined AboutUs as its chief technology officer. [3] [10] On March 24, 2011 The Oregonian reported that Cunningham had departed AboutUs to join the Venice Beach-based CitizenGlobal, a startup working on crowd-sourced video content, as their chief technology officer and the Co-Creation Czar. [11] He remains "an adviser" with AboutUs. [12] [13] In April 2013, Cunningham left CitizenGlobal to work as a programmer at New Relic. [14]

Ideas and inventions

Cunningham is well known for a few widely disseminated ideas which he originated and developed. The most famous among these are the wiki and many ideas in the field of software design patterns, made popular by the Gang of Four (GoF). He owns the company Cunningham & Cunningham Inc., a consultancy that has specialized in object-oriented programming. He coined the concept of technical debt and expanded on the idea in 1992. [15] [16] He created the site (and software) WikiWikiWeb, the first internet wiki, in 1995.

When asked in a 2006 interview with internetnews.com whether he considered patenting the wiki concept, he explained that he thought the idea "just sounded like something that no one would want to pay money for." [17]

Cunningham during an interview in 2011

Cunningham is interested in tracking the number and location of wiki page edits as a sociological experiment and may even consider the degradation of a wiki page as part of its process to stability. "There are those who give and those who take. You can tell by reading what they write." [18]

In 2011, Cunningham created Smallest Federated Wiki, a tool for wiki federation, which applies aspects of software development such as forking to wiki pages.

In 2001, he signed the Manifesto for Agile Software Development as a co-author. [19]

Cunningham has contributed to the practice of object-oriented programming, in particular the use of pattern languages and (with Kent Beck) the class-responsibility-collaboration cards. He also contributes to the extreme programming software development methodology. Much of this work was done collaboratively on the first wiki site.

"Cunningham's Law"

Cunningham is credited with the idea: "The best way to get the right answer on the Internet is not to ask a question; it's to post the wrong answer." [20] This refers to the observation that people are quicker to correct a wrong answer than to answer a question. According to Steven McGeady, Cunningham advised him of this on a whim in the early 1980s, and McGeady dubbed this Cunningham's Law. [21] Although originally referring to interactions on Usenet, the law has been used to describe how other online communities work, such as Wikipedia. [22] Cunningham relativises his ownership of the law, calling it a "misquote that disproves itself by propagating through the internet" and by saying that he "never suggested asking questions by posting wrong answers". [23]

The idea is humourously and approvingly caricatured in xkcd illustration number 386, "Duty Calls". [24]

Personal life

Cunningham in 2023 Ward Cunningham 02.jpg
Cunningham in 2023

Cunningham lives in Beaverton, Oregon. [14] He holds an amateur radio extra class license issued by the Federal Communications Commission. His call sign is K9OX. [25] [26] [27] [28]

Cunningham is Nike's first "Code for a Better World" Fellow. [29]

Publications

See also

Related Research Articles

<span class="mw-page-title-main">Kent Beck</span> American software engineer

Kent Beck is an American software engineer and the creator of extreme programming, a software development methodology that eschews rigid formal specification for a collaborative and iterative design process. Beck was one of the 17 original signatories of the Agile Manifesto, the founding document for agile software development. Extreme and Agile methods are closely associated with Test-Driven Development (TDD), of which Beck is perhaps the leading proponent.

<span class="mw-page-title-main">Wiki</span> Type of website that visitors can edit

A wiki is a form of hypertext publication on the internet which is collaboratively edited and managed by its audience directly through a web browser. A typical wiki contains multiple pages that can either be edited by the public or limited to use within an organization for maintaining its internal knowledge base.

<span class="mw-page-title-main">WikiWikiWeb</span> First user-editable website (launched 1995)

The WikiWikiWeb is the first wiki, or user-editable website. It was launched on 25 March 1995 by programmer Ward Cunningham and it has been a read-only archive since 2015. The name WikiWikiWeb originally also applied to the wiki software that operated the website, which was later renamed to "WikiBase".

<span class="mw-page-title-main">Wiki software</span> Software to run a collaborative wiki (Including private wiki)

Wiki software is collaborative software that runs a wiki, which allows the users to create and collaboratively edit pages or entries via a web browser. A wiki system is usually a web application that runs on one or more web servers. The content, including previous revisions, is usually stored in either a file system or a database. Wikis are a type of web content management system, and the most commonly supported off-the-shelf software that web hosting facilities offer.

<i>The Wiki Way</i> 2001 work by Bo Leuf and Ward Cunningham

The Wiki Way: Quick Collaboration on the Web is a 2001 book about wikis by Bo Leuf and Ward Cunningham.

In computer programming, a code smell is any characteristic in the source code of a program that possibly indicates a deeper problem. Determining what is and is not a code smell is subjective, and varies by language, developer, and development methodology.

The Portland Pattern Repository (PPR) is an online repository for computer programming software design patterns. It was accompanied by the website WikiWikiWeb, the world's first wiki. The repository has an emphasis on Extreme Programming, and is hosted by Cunningham & Cunningham (C2) of Portland, Oregon. The PPR's motto is "People, Projects & Patterns".

James O. Coplien, also known as Cope, is a writer, lecturer, and researcher in the field of computer science. He held the 2003–4 Vloeberghs Leerstoel at Vrije Universiteit Brussel and has been a visiting professor at University of Manchester.

<span class="mw-page-title-main">Tektronix</span> American test and measurement devices company

Tektronix, historically widely known as Tek, is an American company best known for manufacturing test and measurement devices such as oscilloscopes, logic analyzers, and video and mobile test protocol equipment. Originally an independent company, it is now a subsidiary of Fortive, a spinoff from Danaher Corporation.

<i>A Pattern Language</i> Book by Christopher Alexander

A Pattern Language: Towns, Buildings, Construction is a 1977 book on architecture, urban design, and community livability. It was authored by Christopher Alexander, Sara Ishikawa and Murray Silverstein of the Center for Environmental Structure of Berkeley, California, with writing credits also to Max Jacobson, Ingrid Fiksdahl-King and Shlomo Angel. Decades after its publication, it is still one of the best-selling books on architecture.

<span class="mw-page-title-main">Continuous integration</span> Software development practice of building and testing frequently

Continuous integration (CI) is the practice of integrating source code changes frequently and ensuring that the integrated codebase is in a workable state.

John Matthew Vlissides was a software engineer known mainly as one of the four authors of the book Design Patterns: Elements of Reusable Object-Oriented Software. Vlissides referred to himself as "#4 of the Gang of Four and wouldn't have it any other way".

<i>xkcd</i> Webcomic by American cartoonist Randall Munroe

xkcd, sometimes styled XKCD, is a webcomic created in 2005 by American author Randall Munroe. The comic's tagline describes it as "a webcomic of romance, sarcasm, math, and language". Munroe states on the comic's website that the name of the comic is not an initialism but "just a word with no phonetic pronunciation".

<span class="mw-page-title-main">History of wikis</span> History of wiki collaborative platforms

The history of wikis began in 1994, when Ward Cunningham gave the name "WikiWikiWeb" to the knowledge base, which ran on his company's website at c2.com, and the wiki software that powered it. The wiki went public in March 1995, the date used in anniversary celebrations of the wiki's origins. c2.com is thus the first true wiki, or a website with pages and links that can be easily edited via the browser, with a reliable version history for each page. He chose "WikiWikiWeb" as the name based on his memories of the "Wiki Wiki Shuttle" at Honolulu International Airport, and because "wiki" is the Hawaiian word for "quick".

<span class="mw-page-title-main">Universal Edit Button</span> Browser extension indicating a website is editable

The Universal Edit Button is a browser extension that provides a green pencil icon in the address bar of a web browser that indicates that a web page on the World Wide Web is editable. It is similar to the orange "broadcast" RSS icon that indicates that there is a web feed available. Clicking the icon opens the edit window. It was invented by a collaborative team of wiki enthusiasts, including Ward Cunningham, Jack Herrick, and many others.

<span class="mw-page-title-main">The Hillside Group</span>

The Hillside Group is an educational nonprofit organization founded in August 1993 to help software developers analyze and document common development and design problems as software design patterns. The Hillside Group supports the patterns community through sponsorship of the Pattern Languages of Programs conferences.

Software archaeology or source code archeology is the study of poorly documented or undocumented legacy software implementations, as part of software maintenance. Software archaeology, named by analogy with archaeology, includes the reverse engineering of software modules, and the application of a variety of tools and processes for extracting and understanding program structure and recovering design information. Software archaeology may reveal dysfunctional team processes which have produced poorly designed or even unused software modules, and in some cases deliberately obfuscatory code may be found. The term has been in use for decades.

<span class="mw-page-title-main">Outline of Wikipedia</span> Overview and topical guide to the free online crowdsourced encyclopedia

The following outline is provided as an overview of and a topical guide to Wikipedia:

Specification by example (SBE) is a collaborative approach to defining requirements and business-oriented functional tests for software products based on capturing and illustrating requirements using realistic examples instead of abstract statements. It is applied in the context of agile software development methods, in particular behavior-driven development. This approach is particularly successful for managing requirements and functional tests on large-scale projects of significant domain and organisational complexity.

<span class="mw-page-title-main">Extreme programming</span> Software development methodology

Extreme programming (XP) is a software development methodology intended to improve software quality and responsiveness to changing customer requirements. As a type of agile software development, it advocates frequent releases in short development cycles, intended to improve productivity and introduce checkpoints at which new customer requirements can be adopted.

References

  1. 1 2 Isaacson, Walter (October 7, 2014). "The Web". The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution. Simon & Schuster. pp. 405–466. ISBN   9781442376229.
  2. 1 2 Isaacson, Walter (October 19, 2014). "You can look it up: The Wikipedia story". The Daily Beast . IAC Inc. Excerpt from 2014 book The Innovators .
  3. 1 2 Bishop, Todd (January 26, 2004). "Microsoft Notebook: Wiki pioneer planted the seed and watched it grow". Seattle Post-Intelligencer. Section: Business; Page D1.
  4. "Wikimedia Developer Summit 2017 Program" . Retrieved January 17, 2017.
  5. "MediaWiki Users and Developers Conference Spring 2024" . Retrieved August 2, 2024.
  6. Harry Henderson (2009). Encyclopedia of Computer Science and Technology. Facts On File. p. 122. ISBN   978-0-8160-6382-6.
  7. "Ward's Home Page" . Retrieved September 29, 2018.
  8. The Wikipedia Revolution - Andrew Lih, page 46
  9. Lih, Andrew (2009). The Wikipedia Revolution, p. 58. Hyperion, New York. ISBN   9781401303716.
  10. Rogoway, Mike (May 18, 2007). "Inventor of the wiki has a new job in Portland". The Oregonian business blog.
  11. "Our Proven Leadership Team". Citizen Global Website. Archived from the original on May 12, 2012. Retrieved May 8, 2012.
  12. Rogoway, Mike (March 24, 2011). "Ward Cunningham, inventor of the wiki, has a new job in SoCal". The Oregonian business blog.
  13. "Ward Cunningham Joins CitizenGlobal". Blog.ratedstar.com. March 31, 2011. Archived from the original on October 16, 2015.
  14. 1 2 "Ward Cunningham Joins the New Relic Family". New Relic Blog. April 5, 2013. Archived from the original on March 15, 2015. Retrieved December 2, 2014.
  15. "Introduction to the Technical Debt Concept" (PDF). Retrieved December 11, 2022.
  16. Ward Cunningham (December 1992). "The WyCash portfolio management system". ACM SIGPLAN OOPS Messenger. 4 (2): 29–30. doi:10.1145/157710.157715. ISSN   1055-6400. Wikidata   Q123074959.
  17. Kerner, Sean Michael (December 8, 2006), Q&A with Ward Cunningham, internetnews.com, archived from the original on September 16, 2012
  18. CubeSpace, Portland Oregon (December 7, 2008). "Ward Cunningham, Lecture". Cyborg Camp Live Stream – Mogulus Live Broadcast. Archived from the original on February 7, 2009.
  19. "Manifesto for Agile Software Development". June 11, 2019.
  20. "Jurisimprudence". Schott's Vocab Blog. May 31, 2010. Retrieved January 4, 2017.
  21. McGeady, Steven (May 28, 2010). "Cunningham's Law". Schott's Vocab. New York Times. Comment No. 119. Retrieved August 30, 2012. n.b. named after Ward Cunningham, a colleague of mine at Tektronix. This was his advice to me in the early 1980s with reference to what was later dubbed USENET, but since generalized to the Web and the Internet as a whole. Ward is now famous as the inventor of the Wiki. Ironically, Wikipedia is now perhaps the most widely-known proof of Cunningham's Law.
  22. Friedman, Nancy (May 31, 2010). "Word of the Week: Cunningham's Law" . Retrieved August 30, 2012.
  23. Cunningham, Ward (October 18, 2015). Not Cunningham's Law. YouTube. Archived from the original on December 11, 2021. Retrieved December 20, 2017.
  24. "Duty Calls". xkcd. Retrieved September 12, 2024.
  25. Federal, Communications Commission. "K9OX". United States Government. Retrieved November 4, 2016.
  26. Federal, Communications Commission. "Ward Cunningham". United States Government. Retrieved November 4, 2016.
  27. Federal, Communications Commission. "K9OX, Expired". United States Government. Retrieved November 4, 2016.
  28. TenTec, Wiki. "Ward Cunningham". Ten Tec Wiki. Archived from the original on November 5, 2016. Retrieved November 4, 2016.
  29. "Nike Materials Index: Open Data Hackathon". San Francisco Chronicle. August 6, 2009. Archived from the original on October 7, 2011. Retrieved August 23, 2011.