Skip to content

As a developer, I want to document the source code.

The source code in all projects must be documented according to the best practices of the programming language used including line comments.

  • All classes are documented.
  • All functions/methods, except anonymous ones, are documented.
  • Code hard to understand is documented with line comments.