EVAN BRASS

Mediocre content about life and my technical interests.

⟵ All Tags

Finite State Machines

Finite State Machines and JavaScript

13 min read

Writing correct software is hard. Whether you’re using functional programming or finite state machines, understanding the problem you’re solving and understanding your code are both required for correctness. Async functions and …