BrandGhost
Fail Fast Or Get Defensive? - Handling Exceptions in C#

Fail Fast Or Get Defensive? - Handling Exceptions in C#

When it comes to programming, exceptions are inevitable. We're going to have to deal with error cases... But how we approach our error handling is up to us! Two very common approaches on opposite ends of the spectrum are getting very defensive with try catch blocks or failing fast. In this video, I'll elaborate on when and why you might want EITHER of these options, along with some other thoughts for your exception handling in C#.
An error has occurred. This application may no longer respond until reloaded. Reload