Using Control Flow in Elixir to Improve Discoverability
Code is read many more times than it is written, so it is important to us that our code is understandable. Here are a couple of guidelines we tend to follow in order to boost the discoverability and convey purpose to the reader.
Read next QuickFormat for running the formatter without BEAM startup