typedstruct
TIL about the Elixir typed_struct package.
typed_struct
It allows you to specify defaults, enforced keys, typespecs, and typedocs all in one block. So much cleaner! 😍