Code smells for Elm
Every language has smells, it would help if as elm is developed we
talk about possible code smells in Elm. Even better would be if there
was a --smells
flag to the compiler that could flag them
One possible smell is the wild card match in a case like this one
You can find the source for this post on Github Please send pull requests with other possible code smells