Archive for January 21st, 2006

What exactly should we learn from Active Record?

Saturday, January 21st, 2006

I read an interesting post the other day titled We should learn from Active Record. While Active Record does help facilitate the quick and dirty, it has a high reliance on the database structure. Your code and database layer essentially one in the same and I’m not sure I like this approach. This is especially [...]