nus-cs2113-AY2324S1 / forum

0 stars 0 forks source link

Creating JavaDoc #56

Closed StanleyW00 closed 1 year ago

StanleyW00 commented 1 year ago

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

okkhoy commented 1 year 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 1 year ago

I see. Thank you prof!