-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Some things to improve the style/readability of the code:
- Add comments for documentation
- Check code against elm style guide
- Ordering: Model Type, Supporting Types For Model, Message Type, Supporting Types for Message, Update, View, Supporting Functions
Maybe the order should be different? But needs to be consistent across this project. Check what other Elm packages are doing?