Salah's blog


This is where I will tell you way too much about programming
  • Error Handling in .NET: Exceptions or Results?

    Post thumbnail
    Post thumbnail
    After years of experience working on diverse software projects, I’ve observed a concerning trend: developers often overuse exceptions for error handling. While exceptions have their place in certain situations, I believe that well-designed code should be capable of managing most scenarios without resorting to exceptions. In my view, truly clean... [Read More]
    Tags: