CSC/ECE 517 Fall 2009/wiki3 4 dt: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=Introduction=
=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.
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=
=Examples of DRY principal on data=

Revision as of 22:24, 18 November 2009

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