Tagged Questions

26
votes
92answers
3k views

What “already invented” algorithm did you invent?

In my question Insert Update stored proc on SQL Server I explained an efficient way of doing an insert/update - perhaps THE most efficient. It's nothing amazing but it's a small algorithm that I came …
17
votes
37answers
2k views

What programming “stage” do you think you’ve reached?

A few years back I stumbled across the code on the cob series of articles over at www.gamedev.net. One article that particularly intrigued me was the one relating to programming 'stages'. In it, the …
2
votes
17answers
1k views

What programming technique / practice done by you was ahead of its time?

I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and only IE supported this …