Subject: Re: [boost] Boost Talk: "How I Code" (?)
From: Denis Shevchenko (for.dshevchenko_at_[hidden])
Date: 2011-02-23 01:04:35


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