All Questions
Tagged with annotations programming-practices
1 question
6
votes
3
answers
3k
views
What are the benefits vs costs of comment annotation in PHP?
I have just started working with symfony2 and have run across comment annotations.
Although comment annotation is not an inherent part of PHP, symfony2 adds support for this feature.
My ...