Recently, I made a stupid mistake that made me think about the way C++ APIs handle dependencies and what we can do to prevent dangling references and lifetime issues. π€
It was a surprisingly fun topic to explore that led me to the discovery of a very cool static analysis tool. Can you guess which one? π
You can find out in the article I wrote about the topic here:
β€ https://medium.com/@nerudaj/type-safe-dependency-management-in-c-a293703f00ff
