richibrics / ingsw2022-AM10

2 stars 0 forks source link

Please write Javadoc #4

Closed PiroX4256 closed 2 years ago

PiroX4256 commented 2 years ago

In order to avoid forgetting parameters, functionalities of method and so on please write the javadoc comment when you create the method (or the class). Write them also in the test classes.

richibrics commented 2 years ago

Thank you, should we add JavaDoc also to private methods ?

PiroX4256 commented 2 years ago

Only if they are non-trivial (i.e. not getters and setters)

richibrics commented 2 years ago

Thank you