Reducing Code Entropy

Date Arrow  March 18, 2007

This is a rant: I am tired of seeing virtual methods implemented in child classes that, at some point or another, call the method of the same name in the base class. For me this is a sign of poor architecture. A bad, bad smell in code. Let’s say that you have a base class, [...]

Tagged   Architecture · OpinionComments  Comments Off