Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2005-04-05

Sufficiently simple technology

Jon Udell - Sufficiently simple technology:

"When I ran into trouble with Rubric, and couldn't find the SQL INSERT INTO statement anywhere in the code, I knew I'd have to learn about Class::DBI in order to proceed. Result: I punted.

Scuttle is written in PHP, and doesn't use any such abstraction layer. When I ran into trouble with Scuttle, it was easy to find the problem. Result: I'm using Scuttle."