
22 Feb
2011
22 Feb
'11
11:04 p.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