Divergent change smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
m (See also)
Line 1: Line 1:
 +
=[http://exytebuc.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 
This smell refers to making unrelated changes in the same location. If you're doing this, you're almost certainly violating the principles of [[one key abstraction]] and [[separation of concerns]], and you should refactor your code. A common refactoring technique for fixing this is [[Extract Class]].
 
This smell refers to making unrelated changes in the same location. If you're doing this, you're almost certainly violating the principles of [[one key abstraction]] and [[separation of concerns]], and you should refactor your code. A common refactoring technique for fixing this is [[Extract Class]].
  

Revision as of 05:22, 24 November 2010

This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page

This smell refers to making unrelated changes in the same location. If you're doing this, you're almost certainly violating the principles of one key abstraction and separation of concerns, and you should refactor your code. A common refactoring technique for fixing this is Extract Class.

See also


Personal tools