On 04/11/14 20:18, guilhermebla...@gmail.com wrote:
> Primarily, I do not see docblocks as the right place to store class'
> metadata information. Metadata != Comments.

We use comment wrappers in many places to hide secondary material from
other processes. Just rename docblocks -> metadata ... what is the
problem? Now expand the docblock key words and one does not have to
worry about clashes as it's all ring fenced.

Is the material needed at runtime? In which case 'minimize' can strip it
all. I can even see a case for /** being treated differently to /* and
// blocks if needs be.

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to