Ask HN: What's a small language feature you've grown to love?
1 comments
Elm's package management.
In elm if you change your API you must change the version of your package following Semantic versioning.
1.1.2 Major.minor.patch.
Or better: Break.feature.fix
And that comes from the language and package manager.
1.1.2 Major.minor.patch.
Or better: Break.feature.fix
And that comes from the language and package manager.
What about you?