Elixir tap and then macros - life-saving helpers
Elixir 1.12 introduced two very useful macros. They can be life savings helpers in your codebase. Instead of write extra functions, you can have nice logging and executing actions based on given data.
Check on: https://bartoszgorka.com/elixir-tap-and-then-macros-life-saving-helpers
Read next Quick migration from LEEx to HEEx