ThesaHelp: references m-o
Topic: information hiding
Topic: abstraction in programming language
Topic: handling complexity
Topic: function definition
Topic: understanding systems
Topic: software documentation
Topic: declarative vs. procedural representation
Group: function
| |
Reference
McConnell, S.,
"Why you should use routines ... routinely",
IEEE Software, July/August 1998, pp. 96, 94-95.
Google
Quotations
96 ;;Quote: use routines to reduce complexity by hiding the details
| 96 ;;Quote: routines hide the order in which events occur; e.g., data from user and data from file in either order
| 94 ;;Quote: use routines to document code; e.g., a descriptive name can document a short routine
| 95 ;;Quote: the effective use of routines makes modern programming possible; greatest invention in computer science
|
Related Topics
ThesaHelp: references m-o (268 items)
Topic: information hiding (50 items)
Topic: abstraction in programming language (47 items)
Topic: handling complexity (59 items)
Topic: function definition (25 items)
Topic: understanding systems (48 items)
Topic: software documentation (64 items)
Topic: declarative vs. procedural representation (53 items)
Group: function (12 topics, 232 quotes)
|