Ada '83 Quality and Style, Ch 3: Readability
Ada '83 Quality and Style:
Guidelines for Professional Programmers
CHAPTER 3: Readability
This chapter recommends ways of using Ada features to make reading and
understanding code easier. There are many myths about comments and
readability. The responsibility for true readability rests more with naming
and code structure than with comments. Having as many comment lines as code
lines does not imply readability; it more likely indicates the writer does not
understand what is important to communicate.
Back to document index
This file was converted with TextToHTML - (c) Logic n.v.