This post originated from an RSS feed registered with Agile Buzz
by George Dinwiddie.
Original Post: It's all code
Feed Title: George Dinwiddie's blog
Feed URL: http://blog.gdinwiddie.com/feed/
Feed Description: Effective software development is the name of the game. Agile practices are excellent tools for achieving effectiveness, and agile values are excellent guideposts. This blog tends to center on Customer Collaboration, Individuals and Interactions, Responding to Change, and Working Software.
I’ve never really liked stored procedures. I always put it down to the fact that I’m a programmer, not a database person. I like keeping the functionality in the code. The database is just a place where objects go when they sleep.
My current client uses stored procedures for all database reads and [...]