I have encountered SOAP firsthand once (as opposed to reading about it) and I was kind of appalled at its ickiness. It looks like I’m not the only one; here’s an amusing post from a couple of months ago:
The S stands for Simple, by Pete Lacey.
Jamie Flournoy's Software Development Blog
I have encountered SOAP firsthand once (as opposed to reading about it) and I was kind of appalled at its ickiness. It looks like I’m not the only one; here’s an amusing post from a couple of months ago:
The S stands for Simple, by Pete Lacey.
To: pontin@nytimes.com
Regarding your article “Awaiting the Day When Everyone Writes Software”:
Your ignorance of the reality of software development would be excusable if not for the fact that your CV suggests that you should know better. Your defamatory description of programmers smears an entire industry of individuals with a single, pejorative stereotype.
Continue reading “Regarding “Awaiting the Day When Everyone Writes Software””
I’m working on a new project which I regard as medium-large in scope, and I’ve decided to use BDUF instead of RAD on it. This is of course heresy in light of the effect XP and Ruby on Rails have had on the web startup zeitgeist. (“Isn’t it all about RAD these days?”) But I still think I’m making the right call here.
Continue reading “Rapid Application Development vs. Big Design Up Front”
I’ve been reading about PostgreSQL. I like what I see, a lot.
I’m a database weenie, which is unusual among application developers from what I’ve seen. I’ve found that almost universally, application developers don’t understand transactions, don’t understand basic data modeling rules, and generally regard RDBMSs as a pain in the butt, to be marginalized as much as possible.
Continue reading “PostgreSQL looking good”
Joel Spolsky does a good job of describing why “there is no silver bullet” is true.