Avoid using Exceptions for Control Flow
Jun 1, 2023 · 2 min read · I've been reviewing the source code of a mid-size .netcore application used as a backend for a mobile application, and something caught my attention momentarily - the unusually (to me) high usage of exceptions throughout the code. It is a fairly stan...
Join discussion