#16: What the __MODULE__ ?
In Elixir, the __MODULE__ macro is a special construct that is used to refer to the current module in which it is used. It is a compile-time construct that gets replaced with the name of the module during compilation. This allows you to reference the...
stephanyu.hashnode.dev2 min read