Quotes from "The Rails Edge"

One of the more interesting things I’ve read today.

The Rails Edge: Quotes and Notes

Definitely lots of little morsels of goodness here. A few of my favorites:

“Java is the blunt scissors of programming” — Dave Thomas

“The key to metaprogramming is understanding self. Isn’t that the key to life” — Dave Thomas

“Unless you understand the SQL code that Rails produces, your app will suck.” — Chad Fowler

“Rails deployment made you feel dumb. It was hard and then it still didn’t work” — Mike Clark

“I’m running, like 7000 Mongrels right now” — Ezra Zygmuntowicz

“Do the dumbest, simplest thing that almost works” — Stuart Halloway

“If you can’t test it, then it’s not a beautiful design. If you can’t test it, it doesn’t exist” — David Chelimsky

Comments are closed.