June 2004
Intermediate to advanced
992 pages
37h 55m
English
Contents
Related Topics
General control topics: Chapter 19
Code with conditionals: Chapter 15
Code with loops: Chapter 16
Scope of variables and objects: Scope
This chapter turns from a data-centered view of programming to a statement-centered view. It introduces the simplest kind of control flow: putting statements and blocks of statements in sequential order.
Although organizing straight-line code is a relatively simple task, some organizational subtleties influence code quality, correctness, readability, and maintainability.
The easiest sequential statements to order are those ...
Read now
Unlock full access