Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup better error handling system #15

Open
kolharsam opened this issue Jun 21, 2020 · 0 comments
Open

setup better error handling system #15

kolharsam opened this issue Jun 21, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kolharsam
Copy link
Owner

The current error handling functions that are there https://github.com/kolharsam/lisp-y/blob/master/error/index.js are not very good and as you'd see the source files like that of the core-lib (

throwArgsError("divide", argsCount, 1);
) you'd see patterns like so. This pattern is repetitive and not really good in my opinion and it is time we change that.

@kolharsam kolharsam added the good first issue Good for newcomers label Jun 21, 2020
@kolharsam kolharsam added the help wanted Extra attention is needed label Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant