Tutorials »

The ‘Extract Method’ is one of the most common refactorings you will ever do. It is also one you will frequently see implemented on the Refactor tool menu on various IDE’s.
What this method basically does is to take a group of related code and convert it to a function with a appropriate name [...]
Posted by andyg 509 days ago (http://abcphp.com)
Discuss  | Bury | Tweet This | Tagged: refactoring extract method
| Add To 

Who Voted for this Story

Comments

No one has commented on this article yet.

Log in to comment or register here.