Single choice principle

From CSSEMediaWiki
Revision as of 02:30, 18 November 2010 by Ebybymic (Talk | contribs)
Jump to: navigation, search

This states that whenever a program needs to support a set of known alternatives, this set should only exist in one module. Repeating the alternatives in several modules is unnecessary and makes it hard to maintain when an alternative is added or removed.

>== See also ==


Personal tools