dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Comments - Method: Program.gameMenu #46

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Member Methods should be Multi-Line Commented, effectively communicating the purpose and intent of the Method as it pertains to the Class. As well, the Comment block should describe the type and purpose of the Parameters and Return Value.

dramire83 commented 1 year ago

Have created better Comment lines before all loops to better explain the purpose for each logic block of execution. Have executed refactoring over all methods/functions and created a better streamline Object-oriented design.