Module 2, part 4. Programming style
Introduction
Contents
No. | Topic | Discussion |
---|---|---|
1. | Programming Style. (html) |
We discuss various aspects of program style. |
Reading for item 1. Gries/Gries, Chap 13, pp. 368–384. |
Read this chapter for more details. Use it as a reference. You'll see conventions for naming variables, for method names, for classes, for indentation. You'll also find guidelines for writing methods and their specifications and for documenting variables. |