CSC/ECE 517 Fall 2009/wiki3 4 br: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 01:17, 9 November 2009
Topic: DRY principle for data Most of the literature on the DRY principle relates to code. But the principle also applies to data. Survey the issues related to copying the same data, and give reasons (e.g., caching) why it might sometimes be desirable, and how one should decide where it is helpful not to follow this general rule.