Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML、PHP、jQuery、MySQLを使用して学習目的のWebアプリを構築しています。私のアプリが大きくなり、インタラクションが増えるにつれて、私は混乱して混乱し始めています。したがって、Webアプリを文書化するためのベストプラクティス(方法論、ソフトウェアなど)を知りたいと思います。
すべてのクラスとメソッドで厳密な PHPDoc ブロックを使用し、Reflection を使用してその場でドキュメントを作成します。