Skip to content

Latest commit

 

History

History

11-Intermediate-State-Machines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

11 - Intermediate: State Machines

Watch the following video and answer the following:

video thumbnail

video thumbnail

video thumbnail

video thumbnail

video thumbnail

  • What Are State Machines
  • Why Do We Care
  • How to Create a State Machine
    • Graphically
    • In code
  • How to Take Advantage of the of Benefits of State Machines
    • Controlled/Defined Behavior
      • Parallelism
    • Measurable Behavior
    • Testable Behavior
    • Bounding Errors