News Feed
Jobs Feed
Sections




News Archive
Jake Bell:
PHP Annotations Are a Horrible Idea
October 18, 2012 @ 09:45:56

In his latest post Jake Bell talks about why he thinks annotations in PHP are a bad idea (not the concept of them, but how developers are currently using them. He's in favor of officil support though).

Both the Symfony 2 and Doctrine 2 libraries and components make liberal use of what have come to be called annotations - special code comments, usually prefixed with an @ that are actually interpreted by the application and affect its functionality. [...] This trend needs to die.

He points out that the use of code comments like this isn't a good practice and applications should never have to rely on them for functionality. He mentions issues with syntax/language functionality (can't use "php -l" on them, can't var_dump an annotation) and that it makes it more difficult to read and interpret the code. He includes an example from Ruby of an alternative and a possible solution in PHP involving a static "mapping" variable.

0 comments voice your opinion now!
annotations code comments opinion doctrine symfony


blog comments powered by Disqus

Similar Posts

ProDevTips.com: Table of contents for Working with Doctrine

Site News: Opinions on the Job Postings

PHPBuilder.com: Compose a MVC Paradigm for PHP with Symfony

7php.com: Interview With Stefan Koopmanschap Symfony Community Manager

Terry Chay's Blog: Ed Finkler agrees with me


Community Events











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


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

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