News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Refactoring 2 Extract Method
January 12, 2009 @ 20:18:35

Sameer has posted the second part of his series looking at refactoring with a spotlight on the Extract method.

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 that easily explains the purpose of the code.

He gives a code example - converting hotel room price to points based on the currency its requested in - both with and without the Extract method in use.

0 comments voice your opinion now!
refactor extract method example convert hotel price points


blog comments powered by Disqus

Similar Posts

Adam Culp: Clean Development Series: Part 4, Rewrite dilemma

Matthew Weir O'Phinney's Blog: PHP globals for the OOP developer

PHP Security Blog: Cross Virtual Host Cookie Theft

DevShed: Using Introspective Methods with the DirectoryIterator Class in PHP 5

Ibuildings techPortal: Refactoring Your Application


Community Events











Don't see your event here?
Let us know!


release language example object tool series zendframework2 opinion framework development code composer testing community introduction podcast unittest interview functional conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework