lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 179 forks source link

w13 project: Add scaladoc to list of requirements #516

Closed emmanuelkring closed 2 years ago

emmanuelkring commented 3 years ago

It is very unclear if it is a requirement to generate documentation for the projects in w13. It is only listed as an exercise in "13.2 Övning examprep".

Generating documentation should be added as a requirement and as an assignment in each of the projects. It should also be clear what is considered adequate documentation. For example that the methods defined by the student are at least listed in the documentation if they are public.

bjornregnell commented 2 years ago

This is depending on the availablility of Scaladoc for Scala 3 in scala-cli or sbt. Needs some investigation.