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

In generators, don’t use ‘special records’ to return warnings. #46

Open
matecsaj opened this issue Apr 20, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@matecsaj
Copy link
Owner

The generator uses an exceptional record to return warnings. There are two problems with this:

  1. Users that are not interested in the warnings still have to code for it.
  2. Application code is a bit hard to read; the principal flow gets obscured by exception handling.

Review #8 before proceeding. Ideas from @gbm001 merit revisiting.

@matecsaj matecsaj added the enhancement New feature or request label Apr 20, 2022
@matecsaj matecsaj changed the title [pre production/stable] In generators, don’t use ‘special records’ to return warnings. In generators, don’t use ‘special records’ to return warnings. Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant