
23 Feb
2011
23 Feb
'11
6:04 a.m.
One of the most favorite rules of coding for me - *duplicate of code is evil*. I use various ways to get rid of the duplication: functions/functors, templates, inheritance, preprocessor and some "design features". - Denis