Cpp Coding Standards/DESIGN/PremGen
From Apache OpenOffice Wiki
< Cpp Coding Standards | DESIGN
Revision as of 11:06, 13 April 2007 by Np (talk | contribs) (Cpp Coding Standards/Design/PremGen moved to Cpp Coding Standards/DESIGN/PremGen: simplicity)
Code that generalizes without a need is unnecessarily complex and harder to maintain. So do not consider generalization, before there is indeed a second occurrence. At the third it is probably a good idea.