Deep dive into the mechanism of signal handling in docker containers| Thoughts of a Curious Software Engineer | Dmitry Danilov
Exceptions are an inherent part of modern C++. Everything is clear with the exceptions that can be handled, but what do we do with the exceptions that have no foreseeable resolution? One of the ways to work with them is to catch, log, and exit the application. Let’s take a...| Thoughts of a Curious Software Engineer | Dmitry Danilov