News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Brandon Savage's Blog:
Peer Review You Have Not Because You Ask Not (Requests & Responses)
September 21, 2009 @ 10:07:46

Brandon Savage's latest post in his "Peer Review" series has been added to his blog today. This time he focuses on the requests and responses - modifying the sample code to make it more testable on how things are quested and the responses they give back.

There is one last area that I want to address, and this has everything to do with object-oriented principles and code reusability. For those who are familiar with OO programming, they realize that the use of classes does not make something object oriented by nature. In this final part of the series, we'll move one step closer to being object-oriented, by introducing the concepts of request and response objects.

He changes up the Twitter object to take in a HTTPRequest object (instead of creating one by itself) and to use exceptions and a "Twitter response object" to encapsulate any responses from the service making it much easier to work with and understand than just a true/false return.

0 comments voice your opinion now!
peer review request response tutorial




Community Events





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


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

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