Talk:Duplicate code smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
----
 
----
  
Factoring out the method in the way that's demonstrated here leads to the highly desirable property of IntentionRevealingNames -- [[User:Lindsay|Lindsay]]
+
Factoring out the method in the way that's demonstrated here leads to two nice patterns: [[IntentionRevealingName]] and [[ComposedMethod]]. -- [[User:Lindsay|Lindsay]]

Revision as of 04:28, 11 September 2008

I see the pages name has changed, I will just re-add that I originally put this page up and added the example code demonstrating the Extract Method --Geoffrey Clark 02:48, 1 August 2008 (UTC)


Factoring out the method in the way that's demonstrated here leads to two nice patterns: IntentionRevealingName and ComposedMethod. -- Lindsay

Personal tools