Ward Cunningham

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by YurikBot (talk | contribs) at 22:23, 24 August 2006 (robot Adding: uk:Каннінгам Вард). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jump to navigation Jump to search
Ward Cunningham at Wikimania 2006.

Howard G. "Ward" Cunningham (born May 26, 1949) is an American computer programmer, and is best known as the inventor of the first wiki, which is called WikiWikiWeb, as well as one of the pioneers in Design patterns and Extreme Programming. He is the creator of the wiki. He started programming WikiWikiWeb in 1994 and installed it on the Web site of his software consultancy Cunningham & Cunningham on March 25, 1995, as an add-on to the Portland Pattern Repository. Cunningham, known in some software circles simply as Ward, currently lives in Beaverton, Oregon, southwest of Portland .

Personal history

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. He is a founder of Cunningham & Cunningham, Inc. He 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 Programs conference which it sponsors. Ward was part of the Smalltalk community. From December 2003 until October 2005 he worked for Microsoft Corporation in the "patterns & practices" group. As of October 2005, he is the Director of Committer Community Development at the Eclipse Foundation.

Ideas and inventions

Cunningham is well-known for a few widely disseminated ideas which he originated and developed. Among these, the most famous are the wiki (named after WikiWikiWeb), and many patterns in the field of software patterns, including the collection of patterns that later became known as "Extreme Programming" or "XP."

Patterns and Extreme Programming

Cunningham is also well known for his contributions to the developing practice of object-oriented programming: in particular, the use of pattern languages, and CRC (Class-Responsibility-Collaboration) cards (with Kent Beck). He is also a significant contributor to Extreme Programming, a software development methodology. A great deal of this work was carried out in the first wiki site itself. His most famous quote is probably, "What's the simplest thing that could possibly work?" Or, it could be, "What's the simplest thing that would definitely work?" The underlying theme in both of these is SIMPLE.