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

die #5

Open
nikosch opened this issue Jun 5, 2013 · 1 comment
Open

die #5

nikosch opened this issue Jun 5, 2013 · 1 comment

Comments

@nikosch
Copy link

nikosch commented Jun 5, 2013

It would be nice, if you'd prelace all die(notice) commands by another error mechanism. E.g. trigger error, return false or exceptions. Using die makes it impossible, to handle errors in image processing. Not all processes are standalone scripts.

@Oberto
Copy link
Owner

Oberto commented Jun 5, 2013

die should only be triggered if you have the debug flag enabled (which I think is enabled by default).

However, you're right. Die is a little archaic and should be replaced with exceptions.
...and maybe debug should be defaulted to false - but then I'd get a tonne of emails when scripts fail silently and no one knows why :P

@Oberto Oberto closed this as completed Jun 5, 2013
@Oberto Oberto reopened this Jun 5, 2013
@Oberto Oberto closed this as completed Jun 5, 2013
@Oberto Oberto reopened this Jun 5, 2013
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

2 participants