in reply to Re: Is there such a thing as too much data validation?
in thread Is there such a thing as too much data validation?
Should the validation rules need to change, having the old ones exist in 5 places may be a maintainance problem. So you may wish to try to centralize where checks happen so that it is easier to centralize where the tests are stored. (Whether this is true depends on what you are doing, how your codebase is organized, etc.)
|
|---|