Skip to content
  • Michal 'vorner' Vaner's avatar
    [2375] Simplify the state transition design pattern · 644d7aae
    Michal 'vorner' Vaner authored
    We never have a chain of the transitions. We only do start and zero or
    one handle on the returned one. Simplify handle to return void, not
    NULL.
    
    Besides simplification, it allows testing without fake states (TBD) - we
    had no real state to test the multiple transitions.
    644d7aae