mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2
17 stars 0 forks source link

Consider making the name of the library the same as the import #19

Open lucamug opened 4 years ago

lucamug commented 4 years ago

I think I mentioned this in the past.

Now the library is called "elm-ui" but it is imported as "import Element".

The common practice is to use the same name (except the prefix "elm-"). I wonder if the release of version 2 could be a good moment for thinking about this.

In the meantime I opened an issue to improve the documentation in the packages website that could mitigate this issue.

https://github.com/elm/package.elm-lang.org/issues/334