nus-cs2113-AY2324S1 / forum

0 stars 0 forks source link

Creating JavaDoc #56

Closed StanleyW00 closed 10 months ago

StanleyW00 commented 10 months ago

For making javadoc in our code, do we have to make one for tests as well?

okkhoy commented 10 months ago

As a general guideline, yes, you need to add some comments to the tests as well. However, you can ignore it for trivial unit tests.

StanleyW00 commented 10 months ago

I see. Thank you prof!