Skip to content

As a developer, I want the application to be well documented using JSDoc

The source code is well documented using JSDoc and line comments.

  • All classes (custom elements) are documented
  • All functions/methods are documented (anonymous functions not included)
  • Code that is hard to understand is well documented using line comments

Inherited from Syllabus 1dv025, goal C.4.