Skip to content

Elixir implementation of a State Machine as an exercise in TDD

Notifications You must be signed in to change notification settings

AndyDangerous/turnstile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turnstile

This is really just an exercise repo. I realized I haven't thought about State Machines in a while. It seems like it would be a good opportunity to use Elixir and OTP, specifically.

Goals

  • Drive all implementation with tests
  • Play around with using a GenServer
  • Think a little about State Machines (and read up on them)
  • Think a bit about state and state management in Elixir and OTP

About

Elixir implementation of a State Machine as an exercise in TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages