News Feed
Jobs Feed
Sections




News Archive
Andrew Podner:
Intro to PHP Comments and Docblocks
January 28, 2013 @ 09:21:58

If you've ever looked at your code an wondered about its commenting, if there was a kind of "best practice" to follow when it comes to its structure, you should read this article from Andrew Podner about docblocks.

The subject is how to properly document code with PHP comments and docblocks. This one took a while for me to really just accept as a part of the development process. To me now, the comments are now just as much a part of the application as the code is. I believe it is that important. With IDE's today, there really is no reason not to have good documentation in your source code.

He talks some about his own reluctance at first to use comments and how it helped him remember what his thought process was behind parts of this code. He includes an example of a typical docblock structure, showing the general description, parameters and a "return" value. He also includes something interesting in the topic of documentation - good variable names. There's links included to two tools that can take these standardized comments from your code and build HTML documentation from it - phpDocumentor and ApiGen.

You can find out more about the PHP docblock standards from this site.

0 comments voice your opinion now!
comments docblocks introduction phpdocumentor


blog comments powered by Disqus

Similar Posts

KillerPHP.com: PHP Design Patterns - when should they be used?

PHPMaster.com: Bending XML to Your Will

Zend Developer Zone: XML and PHP 5

MaltBlue.com: Zend Framework 2 Event Manager - A Gentle Introduction

Matthew Weier O'Phinney's Blog: Using DocBlox


Community Events











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


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

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