digint/tinyfsm

calling dispatch() before start() throws unhandled exception with read access violation

peroht opened this issue · 2 comments

Related to reliability.

tinyfsm is designed to be sleek and fast. introducing run-time checks here would slow it down, with no much benefit.
I don't think such checks can be done at compile-time...

I see the point, it makes sense. Thanks for a nice tool. Closing.