Const getter candidates

int GetMaxTries and GetCurrentTrys apply to the consts because they are getter methods. I believe bool IsGameWon and CheckGuessValidity are not getter methods so conts wouldn’t apply to them.

Privacy & Terms