ThesaHelp: references p-r
Group: repetitive control
Topic: program blocks for control
Group: program control
| |
Reference
Pratt, T.,
"Control computations and the design of loop control structures",
IEEE Transactions on Software Engineering, SE-4, 2, pp. 81-88, March 1978.
Google
Quotations
81 ;;Quote: specify loops with initialization, incrementation, termination tests, and alternative paths
| 82 ;;Quote: the loop control computation should be clearly identified
| 82 ;;Quote: single-entry, single-exit constructs are less desirable if more than control flow is considered
| 85 ;;Quote: in a 1975 study, most loops generated or scanned a list, vector, or string
| 86 ;;Quote: most control computations follow a few general patterns
|
Related Topics
ThesaHelp: references p-r (245 items)
Group: repetitive control (7 topics, 117 quotes)
Topic: program blocks for control (20 items)
Group: program control (27 topics, 547 quotes)
|