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.
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.