If you could change one thing in Elixir language, what you would change?

The :modules option won’t make modules disappear or make them compile-time only. It exists only for catalog purposes and to check for module conflicts when building a release, it doesn’t affect runtime. So AFAIK there is no reason to change it and it is better to let Mix fill it in. :slight_smile:

2 Likes