dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 109 forks source link

Simple link to more information on case expressions #134

Closed iteles closed 5 years ago

iteles commented 5 years ago

Within the first project, there is mention case expressions as part of the code written (in the load function to read the animals file) but it's mentioned in passing with no explanation.

It would be beneficial to have a little explanation of what case expressions are and a link to more information under the code.