zachallaun / protean

Finite State Machines and Statecharts for Elixir
MIT License
15 stars 0 forks source link

Use atoms as state identifiers #3

Open zachallaun opened 2 years ago

zachallaun commented 2 years ago

Somewhat arbitrarily, state names are always converted to strings under the hood. It would be more idiomatic to keep them as/make them atoms.