Topic: restricted use of global variables
Topic: object-oriented objects
Quotation Skeleton
Avoid global data. Every time your code references … In general, your code is easier to understand … is often passed as parameters to [p. 41] objects' constructors. In other code, you can create structures containing …
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: instead of global data, use objects to pass context; typically as parameters to the object's constructors
Related Topics
Topic: restricted use of global variables (22 items)
Topic: object-oriented objects (36 items)