Skip to content

joekain/fp-elixir-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises from Chapter 4: Handling Errors Without Exceptions

This repo is part of my blog series on Learning Elixir in which I work through exercises from Functional Programming in Scala using Elixir.

These exercises have a companion post that describes some of the more interesting exercises in detail: Error Handling in Elixir

If you'd like to work through the exercises yourself you can use my tests as a guide. To do this:

  1. Clone the repo
  2. Remove lib/handling_errors_without_exceptions.ex and replace it with an empty file.
  3. Run mix test
  4. Implement functions until the tests pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages