AlessandroCogollo / SE1-Project-2022

Software Engineering Project - Politecnico di Milano - AA2021/22
2 stars 0 forks source link

need renaming? #14

Closed ingconti closed 2 years ago

ingconti commented 2 years ago
void moveStudentFromEntrance() {

OR:

void moveStudentsFromEntrance() {

thx

luca-botti commented 2 years ago

Is void moveStudentFromEntrance(Color student) because the player can move only one students with a single call to function moveStudent() in Game class, in this way he could use a character also while he is moving his student.

ingconti commented 2 years ago

"one students" :) ok add explanation to javadoc