News Feed
Jobs Feed
Sections




News Archive
PHP in Action:
Comments Considered Harmful
December 24, 2008 @ 13:41:38

In this new post from the PHP in Action blog, they comment on Eli White's comments on commenting.

There is too much old advice in PHP. A recent case comes from the PHP Advent calendar. Eli White is a strong believer in commenting code, including inline comments inside functions. Unfortunately, he's at least 10 years too late. This used to be good advice, but not any more. Up to a point, he's right.

They propose a better way - refactoring code so that its as easy to read as possible, reducing the need for extensive commenting. They illustrate with a rework from the Zend Framework function, changing up the method names to better reflect the action inside (rather than the current "doUpdate").

4 comments voice your opinion now!
comment harmful refactor understand zendframework


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Starting with Zend Framework - part 2

Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 2

Hari KT's Blog: A simple Blog using Zend framework 1.9

PHPBuilder.com: Building RESTful Web Services with the Zend Framework

Chris Renner's Blog: Gerrymandered Code: Extending Zend_Registry to globalize session vars


Community Events











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


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

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