Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elm/error-message-catalog
A catalog of broken Elm programs / data to improve error messages
https://github.com/elm/error-message-catalog
elm
Last synced: 3 months ago
JSON representation
A catalog of broken Elm programs / data to improve error messages
- Host: GitHub
- URL: https://github.com/elm/error-message-catalog
- Owner: elm
- License: bsd-3-clause
- Created: 2015-05-06T22:35:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T16:48:20.000Z (about 5 years ago)
- Last Synced: 2024-09-30T05:06:56.263Z (3 months ago)
- Topics: elm
- Language: Elm
- Size: 13.7 KB
- Stars: 173
- Watchers: 14
- Forks: 17
- Open Issues: 184
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Error Message Catalog
A set of Elm programs to trigger every possible error message.
Once we build a fairly complete set of error messages, we can use them to start improving error message quality overall. Maybe there will be some interesting patterns. Maybe we will find some easy fixes. Maybe we will find terrible messages that every beginner is guaranteed to run into!
This project will give us the data to evaluate and improve these things!