Member functions that are candidate for const

Hi, I think GetCurrentTry() and IsGameWon() are candidates to have const. CheckGuessValidity() is not because we may want to modify the rules of the game and if we want to do it even slightly we cannot have const there.

Privacy & Terms