Tackle complex Rails applications with component based architecture
Component based architecture is complementary to good object oriented practices and uses namespaces, test driven development and Ruby gems to gradually define application boundaries and enforce an internal dependency structure. http://teotti.com/component-based-rails-architecture-primer/
Post a comment