Documenting software code

​Documenting software code adds clarity of what that code does and how to use it.

Comments can of two types:

First type is comments inside the software code. Such comments explain the software logic, so another developer can adjust the code later.

Second type are comments included in Readme file. Such comments are geared toward a user of a program and not toward the developer. Comments inside the Readme file explain how such a program needs to be used.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator