Using the Module Factory Pattern for DRY Load-Order Management
The Module Factory is an emerging pattern in Ruby that can serve a variety of purposes and offers an alternative approach to a range of problems. In this post, we look at using the Module Factory pattern to manage dynamic load-order dependencies in a DRY fashion. Read moreā¦
Post a comment