Skip to content
Permalink
Browse files
Remove some "goddamn"
  • Loading branch information
judofyr committed May 25, 2012
1 parent 6bb7dde commit 0869e3284bf4c15b4a2638ce9bdd9265883a8725
Showing 1 changed file with 3 additions and 3 deletions.
@@ -104,7 +104,7 @@ have more classes, more methods, more `end`s, more lines of code.

Is it worth it? I doubt it.

### Fixing the goddamn abstraction
### Fixing the abstraction

Okay, so what's the real problem here?

@@ -222,8 +222,8 @@ request/response-loop where everything is set up for you. The moment you
step out from that loop (tests, other libraries) it's a big hassle.

It's very tempting to add abstractions on top of ActiveRecord to make it
easier to work with. Or you could fix the goddamn abstraction by using
the [Data Mapper][datamapper] pattern instead.
easier to work with. Or you could fix the abstraction by using the [Data
Mapper][datamapper] pattern instead.

## Strive for simple data objects

0 comments on commit 0869e32

Please sign in to comment.