On Wed, Feb 24, 2010 at 18:41, Julien Pauli <jpa...@php.net> wrote: > Hi all, > > I'm actually putting my head more and more deep in PHP Internals mechanisms. > I think a good start can be by translating the internals documentation > that I already fully read. > > I heard that it's not actually recommended, as it's still moving > (talked about that with Johannes on #phpdoc) ; anyway I would like to, > at least for my language (Fr). > > Are there some recommandations ? > Are there some "dont do that because ..." ?
If you really want to then go for it. However. Those docs aren't exceptionally good nor complete. I personally would prefer that you document the things you learn 'on your own' (while experimenting with internals) then translating the docs. -Hannes