News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


community api custom unittest opinion phpunit interview development conference symfony2 framework package manifesto podcast introduction series language application test release

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