Talk:Duplicate code smell

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
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 --[[User:Geoffrey Clark|Geoffrey Clark]] 02:48, 1 August 2008 (UTC)
 
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 --[[User:Geoffrey Clark|Geoffrey Clark]] 02:48, 1 August 2008 (UTC)
  
----
+
I moved the Extract method part of this page to the [[Extract Method]] page. and [[User:Lindsay|Lindsay's]] comment to the discussion of the dame page so that it will still be in context. - [[User:Jason Clutterbuck|Jason Clutterbuck]] 04:35, 11 September 2008 (UTC)
 
+
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:35, 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)

I moved the Extract method part of this page to the Extract Method page. and Lindsay's comment to the discussion of the dame page so that it will still be in context. - Jason Clutterbuck 04:35, 11 September 2008 (UTC)

Personal tools