CSC/ECE 517 Fall 2009/wiki3 4 dt

From Expertiza_Wiki
Revision as of 22:24, 18 November 2009 by Spirit (talk | contribs) (→‎Introduction)
Jump to navigation Jump to search

Introduction

The DRY principal (Don't repeat yourself) usually applies to code. But this principal also applies to data. In this article, we will be discussing through examples the application of this principal on data and how it is useful in some cases and why in some scenarios it should be avoided.

Examples of DRY principal on data