Code Smell 288 - Unthrown Exceptions

TL;DR: Creating a new exception without throwing it leads to silent failures. When You Forget to Throw, Your Code Will Blow

Feb 2, 2025 - 23:09
 0
Code Smell 288 - Unthrown Exceptions

TL;DR: Creating a new exception without throwing it leads to silent failures.

When You Forget to Throw, Your Code Will Blow