Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simpleprogrammer-shared/8a604cf83fd9d0487351b1e4f8987559 to your computer and use it in GitHub Desktop.
Save simpleprogrammer-shared/8a604cf83fd9d0487351b1e4f8987559 to your computer and use it in GitHub Desktop.
Back to Basics: Mock Eliminating Patterns 2
private apocalypseStateMachine = new ApocalypseStateMachine();
public ApocalypseScenario CreateNew()
{
if(apocalypseStateMachine.State == States.PENGUIN_SLAUGHTER)
return new ApocalypseScenario("Penguin Apocalypse, Code Blue");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment