Fluent assertions in Elixir
Fluent assertions provide a live documentation of what the code actually does. Here's a small library I wrote in Elixir to make them.
Fluent assertions provide a live documentation of what the code actually does. Here's a small library I wrote in Elixir to make them.
In this post we will explaining some key concepts of the Elixir language using the code generated by the Phoenix project template and some handpicked examples.