Making Your C++ Functions More Generic
As a developer, one of the principles that are hammered into your mind when you start out is DRY which means Do not Repeat Yourself, and it means exactly what it says… don’t repeat code. The idea is that if you find yourself writing the same lines of...
stephendankyi.hashnode.dev10 min read