In my web development journey I recently stumbled upon the Forwardable module.  I’ve been making a concerted effort to learn and follow the object oriented design principles.  In this case favor composition over inheritance.  In other words instead of inheriting and exposing all of the…