You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code could become a lot cleaner by extracting a Board class from the TicTacToe example GameState class. The example will be easier to understand, and it might even have a positive impact on the tests readability.
The text was updated successfully, but these errors were encountered:
The code could become a lot cleaner by extracting a
Board
class from the TicTacToe exampleGameState
class. The example will be easier to understand, and it might even have a positive impact on the tests readability.The text was updated successfully, but these errors were encountered: