Reducing code bloat: Unnecessary overloads example
Understanding how your algorithm works and its use cases is very important. It allows you strip code you will never use (or better yet, never code for it). Or may be this could be seen as a case of overengineering. Such is the example of Ogre’s LodStrategy. There are multiple […]