#error-handling
Read more stories on Hashnode
Articles with this tag
It is no secret that nobody loves Go's error handling. We pretend to love it, we tolerate it, but deep down we know that feeling. It is not the if err...
Programming with exceptions is difficult and inelegant. Learn how to handle errors better by representing them as values. In Smelly Exceptions, I...
3 bad practices to avoid when programming with exceptions ยท Here's some structured programming 101. The 3 basic control structures are sequencing,...