Learn Elixir with Tests
Last updated
Last updated
This is an adaption of . Check it out, one of the coolest and funnest learning experiences I've ever done.
Explore the Elixir language by writing tests
Get a grounding with TDD. Elixir is a good language for learning TDD because it is a simple language to learn and has a built in testing framework
Be confident that you'll be able to start writing robust, well-tested systems in Elixir
- Set up the environment for productivity.
- Declaring variables, constants, if/else statements, switch, write your first elixir program and write your first test. Sub-test syntax and closures.