By piccoloprincipe
via unassumingphp.com
Submitted: Jan 28 2013 / 14:24
This week’s post could be titled: ”things I wish I would have done right on day one” . The subject is how to properly document code with PHP comments and docblocks. This one took a while for me to really just accept as a part of the development process. To me now, the comments are now just as much a part of the application as the code is. I believe it is that important. With IDE’s today, there really is no reason not to have good documentation in your source code.
Add your comment