RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Architect Properly, and Know Your Tools

This post addresses some bad habits. I’ve seen a common thread in old apps, both my own and others’, where data which belongs in one model is duplicated and stored in another model, either for performance or convenience reasons. Knowing a few fundamentals of development, architecture and knowledge of the right tools for each job solves that.

http://blog.nrowegt.com/development-tools-srp-demeter-architecture-and-putting-code-and-functionality-where-it-belongs/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in