Closed LaraMo closed 1 year 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();
[ ] Correct copy constructor, assignment operator, and stream insertion operator
[ ] Make sure new pointer pointers point at proper memory loction
[ ] Game engine initialize states and commands
For getter and setters, no comment is needed, but have the proper naming. Have the following format:
[ ] Correct copy constructor, assignment operator, and stream insertion operator
[ ] Make sure new pointer pointers point at proper memory loction
[ ] Game engine initialize states and commands