lambdaclass / erlings

Small exercises to get you used to reading and writing Erlang code
MIT License
177 stars 27 forks source link

State machine & Logging exercise #14

Closed herdigiorgi closed 6 years ago

herdigiorgi commented 6 years ago

Create an exercise to practice state machines, and logging.

herdigiorgi commented 6 years ago

Starting working on #15

facundoolano commented 6 years ago

gen_fsm is deprecated (replaced by gen_statem) and it's not really that necessary at this point, we can close this exercise for now.