http://www.iunknown.com/articles/2005/10/31/do-databases-rot-the-mind
I’ve been trying to tell people for over a decade now. Here, for example.
Posted by Dan Byström on October 31, 2005
http://www.iunknown.com/articles/2005/10/31/do-databases-rot-the-mind
I’ve been trying to tell people for over a decade now. Here, for example.
Posted in Programming | Leave a Comment »
Posted by Dan Byström on October 26, 2005
switch ( Math.Sign(q.answer-42) )
{
case 1: q.left(); break;
case -1: q.right(); break;
case 0: Foo.Bar(); return;
}
Posted in Uncategorized | Leave a Comment »