Skip to content

Don't use exceptions as normal control flow

Peter Bell requested to merge no-exceptions into new_norm

I think it's generally considered bad practice to use exceptions for normal control flow.

Merge request reports