the blog

Posts Tagged ‘dm-is-remixable’

Modular Tables? DataMapper is Remixable.

One of my favorite things about Ruby is mixins.  I love the pseudo multiple inheritance it provides.  One thing that is frustrating to me though when working on developing back-ends is the amount of un-DRY code I am forced to create when working with the database.
For example, comments.  Look at sites like MySpace, Facebook, and [...]

Continue Reading...