briannededeugd / BrassiToL

This is the repository for the BrassiToL project for project partner Naturalis, during the Information Design minor at AUAS.
https://brassitol.vercel.app
Other
2 stars 0 forks source link

Add docstrings to functions #47

Closed Ycreak closed 3 weeks ago

Ycreak commented 1 month ago

AS a developer I WANT docstrings added to functions SO THAT it is clear what each function does

For example:

  /**
   * Adds two numbers together
   * @param num1 (integer)
   * @param num2 (integer)
   * @return integer
   */