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

Normalise error handling in the code #92

Open
meszaros-lajos-gyorgy opened this issue Feb 5, 2020 · 0 comments
Open

Normalise error handling in the code #92

meszaros-lajos-gyorgy opened this issue Feb 5, 2020 · 0 comments
Assignees

Comments

@meszaros-lajos-gyorgy
Copy link
Collaborator

meszaros-lajos-gyorgy commented Feb 5, 2020

Most of the time return true means the function exited correctly. export_error() inside exporters.js works the other way around. Early exits work in yet another way, since they only exit with a return;

The code might look cleaner with throwing errors instead of using return. Or using Either or other monads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant