In the last post, Code Smells – Part I, I talked about the bloaters: they are code smells that can be identified as Long Methods, Large Classes, Primitive Obsessions, Long Parameter List and Data Clumps. In this one, I would like to dig into theObject-Orientation Abusers and the Change Preventers. Object-Orientation Abusers This type of ...