On using exceptions for normal control flow #1517
Unanswered
verdverm
asked this question in
Help & Questions
Replies: 1 comment 4 replies
-
I agree in principle. That said, and I stand to be corrected, for this particular use case |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious about the decision to use exception as a way to control normal logic flow. This is normally considered an anti-pattern (https://www.google.com/search?q=using+exceptions+for+control+flow)
https://vike.dev/redirect
Is this pattern something you expect to remove in time?
Beta Was this translation helpful? Give feedback.
All reactions