expression-utils icon indicating copy to clipboard operation
expression-utils copied to clipboard

Do not use Exceptions for program flow

Open leo-labs opened this issue 6 years ago • 0 comments

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

leo-labs avatar Sep 18 '17 18:09 leo-labs