LaraMo / Risk-Swift-Sloths

COMP 345 project taken in Fall 2023 - creating the RISK game with C++
Apache License 2.0
0 stars 2 forks source link

Refactor Map #24

Closed LaraMo closed 11 months ago

LaraMo commented 12 months ago

For getter and setters, no comment is needed, but have the proper naming. Have the following format:

/** 
* This method returns number of ....
*/
void getNumberOfPeople();