Cpp Coding Standards/CLSDESIGN/OneResp
From Apache OpenOffice Wiki
< Cpp Coding Standards | CLSDESIGN
Revision as of 13:35, 22 May 2007 by Np (talk | contribs) (Cpp Coding Standards/Class Design/OneResp moved to Cpp Coding Standards/CLSDESIGN/OneResp: consistency)
When implementing a class, you should focus on one thing at a time. Following that rule makes it both easier to explain (and memorize) what a class does, and use it. This is because fitting more than one aspect into it makes it disproportionally harder to reuse the class in a different context.