Looks great!
What bugged me though, the whole first chapter teaches people to write code that won’t pass neither CR nor Credo, like
# You can also omit braces:
IO.inspect 1 + 2, label: "Added 1 to 2"
The examples do really suggest omit parentheses in function calls which is considered to be a code smell.






















