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

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 7)

Fabien Potencier's Blog: Create your own framework...on top of the Symfony2 Components (parts 3 & 4)

Juan Treminio's Blog: Getting Started with Kohana 3 (series)

Zend Developer Zone: Refactoring PHP Code

Justin Carmony: Refactoring or Rebuilding: Working with Legacy Code


Community Events











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


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

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