With the demise of elm-community, I have though that perhaps we could make another experiment in community maintenance. In this case, the idea is to make quite a large library that collects all the -extra libraries that pertain to elm/core.
There are a bunch of things that I'd like to happen:
With the demise of elm-community, I have though that perhaps we could make another experiment in community maintenance. In this case, the idea is to make quite a large library that collects all the -extra libraries that pertain to elm/core.
There are a bunch of things that I'd like to happen:
- On the one hand, being backwards compatible makes upgrading trivial.
- On the other hand, some of the libraries have some fairly ridiculous functions that I'd like to drop (i.e.
sliceUntil = slice 0is in my opinion a function that isn't worth having, as it just obfuscates perfectly straightforward code).