Browse by Tags
All Tags »
C++ »
Refactoring (RSS)
Sorry, but there are no more tags available to filter with.
This is another recount of an experience I had refactoring some C++ code recently. In some ways this is also a follow up of my previous post about why you shouldn't use boolean parameters (especially default value ones). I recently refactored a large
Read More...