On Tue, May 10, 2011 at 2:25 AM, Lester Caine <les...@lsces.co.uk> wrote:
> guilhermebla...@gmail.com wrote: > >> Hi Lester, >> >> I updated the RFC. I may have missed one thing or two, but overall >> idea and how code behave is there. >> This question is answered on wiki RFC. =) >> >> Here is the direct link: https://wiki.php.net/rfc/annotations >> > But there is nothing there that explains why this is any use where we are > not compiling code ... and are all things we are already doing with comment > blocks ... which CAN be stripped to speed up operation once in a production > environment. A compiler simply strips the unnecessary stuff when building > the running code, how do you propose PHP does that ? If I want compiled code > then I can use any number of other languages, PHP simply runs what I have in > the file. > > what do you miss? the general introduction of the annotations or the implementation specific details of the proposed rfc? obviously the parser doesn't strip the annotations, because the annotation isn't comment. this is why it isn't interchangeble with the docblock that you mention. if you don't need that kind of information, then you shouldn't use annotation in your code. and ffs stop trolling, I tried to ignore your arrogant emails on this topic, but I couldn't. please read back the last couple of your message, maybe not I'm the only one who is offended by your tone. thanks. Tyrael