News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Peer Review Looking Into Abstraction
August 26, 2009 @ 09:47:31

Brandon Savage has posted his latest article in his series looking at refactoring a piece of code (starting here) focusing in on the abstraction already in the code and how it can be made better.

This article will focus on the constructor method. There are a couple of problems, namely that the constructor itself does a lot of actual work. Also, we have the cURL setup done in the constructor. This object is a Twitter object, not a cURL object; this means that we should decouple the cURL functionality and abstract it into a separate object of its own.

He recommends splitting out the current method the class uses to create the cURL connection (setting it up in the constructor) and making a separate HTTP class that can be pulled in as an object and used as a sort of API. The full code of the new class is also included.

0 comments voice your opinion now!
abstraction review curl refactor


blog comments powered by Disqus

Similar Posts

Slashdot.org: PHP 5 Recipies

Richard McIntyre's Blog: Weaving Lithium #li3 into a legacy PHP application incrementally

Richard Davey's Blog: PhpEd vs Zend Studio

Tech Chorus: PHP 5 e-commerce Development - Book Review

PHPBuilder.com: Refactor Your PHP Site Using MySQL Procedures and Views


Community Events











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


unittest introduction podcast zendframework2 database testing interview release symfony2 usergroup series conference opinion community framework development language functional phpunit rest

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