Creating an Auto Configurable Library

One thing I have always loved about coding is the DRY principle. I want to reduce tasks/features down to their simplest form and then make them reusable to others. Another thing I love is creating libraries that are easy to adopt and require little configuration to use. This article combines both these concepts and a little bit more.

Creating an Auto Configurable Library Read More »