Skip to content

Do not use Exceptions for program flow #12

@leo-labs

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).

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