forked from joewalnes/filtrex
-
Notifications
You must be signed in to change notification settings - Fork 17
Fail early and reliably #22
Copy link
Copy link
Closed
Labels
designAn issue regarding the user experienceAn issue regarding the user experienceenhancementNew feature or requestNew feature or requestimplementedThis feature is implemented in `develop` and ready for testingThis feature is implemented in `develop` and ready for testing
Milestone
Metadata
Metadata
Assignees
Labels
designAn issue regarding the user experienceAn issue regarding the user experienceenhancementNew feature or requestNew feature or requestimplementedThis feature is implemented in `develop` and ready for testingThis feature is implemented in `develop` and ready for testing
Right now, unknown symbols return
undefined, rather than returning a descriptive error:This way, expressions are prone to bugs:
There should be an API for errors. Errors should be machine-readable and easily localisable by the developer. Errors should be
thrownreturned much more often.