Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 707 Bytes

File metadata and controls

17 lines (9 loc) · 707 Bytes

Golden Master Example

Article

A short explaination of example can be found here

How use Golden Master Pattern for refactor Tic Tac Toe Game.

Our company devel a suite of command line games. One of the first game developed was a Tic Tac Toe game. The game code has been taken from here.

In the last years the game lose actrativity, the company would add new feature to relaunch on market.

A first request came to us, add the possibility to resize game's board.

Use Golden Master Patter for handle the problem.