<<< Computation | Index | Expressions >>> |
The emphasis is on program structure and organization
Computation needs to be correct, simple, and efficient:
break up big computations into many little ones
use specific and well-understood input/output formats
use correct data types and structures
<<< Computation | Index | Expressions >>> |