Peter Coad

Last updated

Peter Coad (born December 30, 1953 [1] [2] ) is a software entrepreneur and author of books on programming. He is notable for his role in defining what have come to be known as the UML colors, [3] a color-coded notation chiefly useful for adding breadth and depth to a design, using four major archetypes.

Contents

Biography

Coad received a Bachelor of Science with Honors in Electrical Engineering from OSU (Stillwater) in 1977 [4] and a Master of Science in Computer Science from USC in 1981. [4]

From 1978 to 1888, Coad worked as a systems engineer and a software-methods coach.

In 1988, Peter Coad founded Object International, a software consulting firm where he served as president.

From 1989 to 1999, Coad coached teams on how to build systems that would gracefully accommodate unexpected change. He authored six books on object-oriented development, beginning with “Object-Oriented Analysis” in 1989.

In 1999, Coad was co-founder of the software company TogetherSoft, where he served as chairman, chief executive officer, and president.

From 1999 to 2003, Coad built and led 350-person team in a successful software startup, TogetherSoft. Coad received 11 US patents (link https://uspto.report/company/Coad-Peter).

From about 2000 to 2004 Coad was editor-in-chief of the Coad Series [5] of books from Prentice Hall. This series of books were in the field of software development.

Coad became senior vice president and chief strategist of Borland Software Corp. when Borland bought TogetherSoft in January 2003. Coad left Borland before the end of 2003 and turned his attention to interests outside of the software development field, especially simplified teaching techniques for learning to read The Bible in its original languages.

Since 2004, Peter Coad leads a small team, inventing and developing the “Parallel Plus® Bible-study app.” Coad and team focus on user experiences that encourage best study practices. [6]

Coad and his spouse, Judy, have been married since 1978.

In 2022, Peter Coad started a new project dedicated to a night-sky photography. Many artworks can be found at coad.com

Judy and Peter Coad Judy and Peter Coad.jpg
Judy and Peter Coad
(c)2022 Night contrast Moon by Peter Coad Night contrast Moon.jpg
©2022 Night contrast Moon by Peter Coad

Publications

Books
Selected Papers

Related Research Articles

<span class="mw-page-title-main">Booch method</span>

The Booch method is a method for object-oriented software development. It is composed of an object modeling language, an iterative object-oriented development process, and a set of recommended practices.

<span class="mw-page-title-main">Martin Fowler (software engineer)</span> American software developer, author and public speaker

Martin Fowler is a British software developer, author and international public speaker on software development, specialising in object-oriented analysis and design, UML, patterns, and agile software development methodologies, including extreme programming.

<span class="mw-page-title-main">Object-modeling language</span> Component in software development

An object-modeling language is a standardized set of symbols used to model a software system using an object-oriented framework. The symbols can be either informal or formal ranging from predefined graphical templates to formal object models defined by grammars and specifications.

<span class="mw-page-title-main">Unified Modeling Language</span> Software system design modeling tool

The unified modeling language (UML) is a general-purpose visual modeling language that is intended to provide a standard way to visualize the design of a system.

The Object Constraint Language (OCL) is a declarative language describing rules applying to Unified Modeling Language (UML) models developed at IBM and is now part of the UML standard. Initially, OCL was merely a formal specification language extension for UML. OCL may now be used with any Meta-Object Facility (MOF) Object Management Group (OMG) meta-model, including UML. The Object Constraint Language is a precise text language that provides constraint and object query expressions on any MOF model or meta-model that cannot otherwise be expressed by diagrammatic notation. OCL is a key component of the new OMG standard recommendation for transforming models, the Queries/Views/Transformations (QVT) specification.

<span class="mw-page-title-main">Grady Booch</span> American software engineer

Grady Booch is an American software engineer, best known for developing the Unified Modeling Language (UML) with Ivar Jacobson and James Rumbaugh. He is recognized internationally for his innovative work in software architecture, software engineering, and collaborative development environments.

<span class="mw-page-title-main">Craig Larman</span> Canadian-born computer scientist, author, and organizational development consultant

Craig Larman is a Canadian computer scientist, author, and organizational development consultant. With Bas Vodde, he is best known for formulating LeSS, and for several books on product and software development.

<span class="mw-page-title-main">Edward Yourdon</span> American software engineer and pioneer in the software engineering methodology

Edward Nash Yourdon was an American software engineer, computer consultant, author and lecturer, and software engineering methodology pioneer. He was one of the lead developers of the structured analysis techniques of the 1970s and a co-developer of both the Yourdon/Whitehead method for object-oriented analysis/design in the late 1980s and the Coad/Yourdon methodology for object-oriented analysis/design in the 1990s.

A data-flow diagram is a way of representing a flow of data through a process or a system. The DFD also provides information about the outputs and inputs of each entity and the process itself. A data-flow diagram has no control flowthere are no decision rules and no loops. Specific operations based on the data can be represented by a flowchart.

Feature-driven development (FDD) is an iterative and incremental software development process. It is a lightweight or Agile method for developing software. FDD blends a number of industry-recognized best practices into a cohesive whole. These practices are driven from a client-valued functionality (feature) perspective. Its main purpose is to deliver tangible, working software repeatedly in a timely manner in accordance with the Principles behind the Agile Manifesto.

The Shlaer–Mellor method, also known as object-oriented systems analysis (OOSA) or object-oriented analysis (OOA) is an object-oriented software development methodology introduced by Sally Shlaer and Stephen Mellor in 1988. The method makes the documented analysis so precise that it is possible to implement the analysis model directly by translation to the target architecture, rather than by elaborating model changes through a series of more platform-specific models. In the new millennium the Shlaer–Mellor method has migrated to the UML notation, becoming Executable UML.

UML color standards are a set of four colors associated with Unified Modeling Language (UML) diagrams. The coloring system indicates which of several archetypes apply to the UML object. UML typically identifies a stereotype with a bracketed comment for each object identifying whether it is a class, interface, etc.

Object-oriented analysis and design (OOAD) is a technical approach for analyzing and designing an application, system, or business by applying object-oriented programming, as well as using visual modeling throughout the software development process to guide stakeholder communication and product quality.

Borland C++ was a C and C++ IDE released by Borland for MS-DOS and Microsoft Windows. It was the successor to Turbo C++ and included a better debugger, the Turbo Debugger, which was written in protected mode DOS.

Kevin C. Lano is a British computer scientist.

The Toolkit for Conceptual Modeling (TCM) is a collection of software tools to present specifications of software systems in the form of diagrams, tables, trees, and the like. TCM offers editors for techniques used in Structured Analysis as well as editors for object-oriented (UML) techniques. For some of the behavior specification techniques, an interface to model checkers is offered. More in particular, TCM contains the following editors.

<span class="mw-page-title-main">Structured analysis</span>

In software engineering, structured analysis (SA) and structured design (SD) are methods for analyzing business requirements and developing specifications for converting practices into computer programs, hardware configurations, and related manual procedures.

Stephen J. Mellor is an American computer scientist, developer of the Ward–Mellor method for real-time computing, the Shlaer–Mellor method, and Executable UML, and signatory to the Agile Manifesto.

Open ModelSphere was a data, process and UML modeling tool written in Java and distributed as free software under the GPL License. It provided support for forward and reverse engineering between UML and relational schemas.

<span class="mw-page-title-main">Applications of UML</span>

UML is a modeling language used by software developers. UML can be used to develop diagrams and provide users (programmers) with ready-to-use, expressive modeling examples. Some UML tools generate program language code from UML. UML can be used for modeling a system independent of a platform language. UML is a graphical language for visualizing, specifying, constructing, and documenting information about software-intensive systems. UML gives a standard way to write a system model, covering conceptual ideas. With an understanding of modeling, the use and application of UML can make the software development process more efficient.

References

  1. DAAD Project “Joint Course on Software Engineering”Topic 13 Object-oriented Analysis
  2. Family Tree MakerDescendants of James Collins
  3. Peter Coad, Java Design specifies a consistent notation for denoting four fundamental categories: 1-pink) time, 2-light green) person, place or thing, 3-yellow) role, or 4-pale blue) commentary/description.
  4. 1 2 JAOO 1999 conference Speakers bio
  5. InformIT: The Coad Series
  6. "TheBible.org Parallel Bible+ - Android Apps on Google Play". play.google.com. Retrieved 2016-04-05.