LanguagesShouldSupportRelationalDatabases

ThoughtStorms Wiki

JoelSpolsky says : Since a huge percentage of code requires access to databases, the glue (a.k.a. the connecticazoint) between the RDBMS layer and the application code is very important, yet virtually every modern programming language assumes that RDBMS access is something that can be left to libraries. In other words, language designers never bother to put database integration features into their languages. ...

I think this is a fatal flaw in language design, akin to the bad decision by the designers of C++ that it was not necessary to support a native string type.

http://www.joelonsoftware.com/items/2004/03/25.html

Quite right too!

CategoryProgramming

Backlinks (1 items)