Contribute Media
A thank you to everyone who makes this possible: Read More

When Booleans Are Not Enough... State Machines?

Description

Booleans are great to represent single states, but when it comes to multiple ones, they are far from ideal. This talk aims to explore cases where booleans are not the right solution, and how state machines may be a better approach when designing objects that describe multiple states and behaviors.

Details

Improve this page