By piccoloprincipe
via michaelfeathers.typepad.com
Submitted: Jan 27 2013 / 08:17
There are many reasons to extract methods in old legacy code. Sometimes you just see a small piece of cohesive code and you ask yourself whether you can name it. If you can, extracting that code to a method is often a decent thing to do.
Add your comment