gio-del / Eriantys-Board-Game

A Java Implementation of the Eriantys Board Game as the Software Engineering Final Project A.Y. 2021/22
3 stars 2 forks source link

No Javadocs #10

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.

ingconti commented 2 years ago

note intelliJ will help writing code if you writer down them.

LorenzoDellera commented 2 years ago

Javadocs added