Hacker News new | ask | show | jobs
by MobileVet 1098 days ago
Nice work!! I have always appreciated the clarity of FSMs since first learning about them in college. They are a great way to think about a system's state and given X input, clearly define the next state. This makes them very easy to test as well.