Practice To Perfect: The Quality First Model

  • Authors:
  • Bertrand Meyer

  • Affiliations:
  • -

  • Venue:
  • Computer
  • Year:
  • 1997

Quantified Score

Hi-index 4.10

Visualization

Abstract

The author is a software engineer. He describes his own personal strategy for achieving quality software, using the “Quality First” method. The steps involved are: the syntax should always be correct; recompilation is done at least every 15 minutes; analysis, design, implementation and maintenance are all intertwined; execution is done straight after compilation; assertions are included everywhere; execution is done with assertion checking on; abnormal cases are tackled immediately; internationalization is catered for; at every stage, there is always a working system; and other people are used when testing