This is a very short article in hopes, that it gets picked up by search engine and helps someone else or my future self. After the holidays I was making sure everything was up-to-date before start any work, but of course, things are never that easy and I ran into the following error, while updating […]
Category: Microblogs
Article on Error Handling
Yesterday, I came across this interesting article Handling errors is canceling operations. While it’s mostly focused on C++, I found most of it being generic enough, that it also fits with other languages. The most interesting section to me, was the following paragraph: Exception handling is not a tool for broadcasting information about any failure in […]