Skip to content

Do not use Exceptions for program flow #12

Description

@leo-labs

E.g. in ParameterSubstituter exceptions are used for the program flow. This is in general considered bad practice and especially annoying when debugging since those exceptions will result in a context switch which is very expensive (slow).

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions