PHP Dev Tools (for CodinGame or elsewhere)

TBali
15.1K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content
Previous: Unit testing (PHPUnit, PEST)

Generating documentation (phpDocumentor)

Note: As your CG puzzle solutions are meant for your own eyes only, this chapter is irrelevent in the context of CodinGame. Therefore, only links are provided.

phpDocumentor logo

Why?

If you make an application or library, that you want to share with the world, it is very important to also provide detailed documentation, otherwise no-one will want to use what you created. Writing documentation is not what many coders dream about, but there are some nice tools that can lessen the burden.

The concept is not to have a 'documentation project' completely separate from your coding project, but to keep the technical documentation near your code. With the right tool, you can generate the interface documentation automatically from your code, using some DocBlocks and the code itself as the single source of truth.

Useful links

Bye

Thank you for your time! I hope you liked this playground. All feedback welcome!

Check out my other Tech.io playgrounds:

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content