Operational Elixir: Observing the Midsize Madness Andrés Alejos, My First Year with Elixir: Livebook, Machine Learning, and Open Source

`Keyword.get` Considered Harmful

Keyword.get/3 is often used to fetch named optional arguments in functions. However, this introduces the possibility of a specific class of bugs. There’s a neat way to solve this with Keyword.pop/3 - see examples in the the blog post.

https://lakret.net/blog/2024-03-05-keyword-get-considered-harmful