News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Practical Code Refactoring, Part 4 - Efficiency
November 01, 2012 @ 11:37:54

PHPMaster.com has posted the latest in their "Practical Code Refactoring" series , this time with a focus on efficiency and how you can refactor your code to help it perform better both in processing power and in resource use.

In part three of this series we dealt with refactoring code for extensibility and discussed logical extensibility, modular design, decoupling, and encapsulation. In this final part of the series, we discuss what the main concerns of efficiency are for your web application and how to refactor for better efficiency.

They talk about some of the things you can do about network bandwidth usage, memory inefficiencies and processing issues (over you doing more work than you need to?). These aren't code examples - every application is different when it comes to this stuff, but it gives you some good questions to ask to fill in the blanks.

0 comments voice your opinion now!
efficiency code refactor series processing resource usage


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: File_Fortune refactored

PHP in Action Blog: Bad code is good for you?

Paul Jones' Blog: When Possible, Use File *Resources* Instead Of File *Names*

Richard Davey's Blog: Interesting memory use with GD images

DZone.com: Writing clean code in PHP 5.4


Community Events











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


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

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