1
vote
What is the best comment in source code you have ever encountered?
Found in the main trigger code for transactions in an OLTP database:
-- This line negates the @inverseqty, which is the
-- negative of the @insertedquantity. This works through the …
3
votes
Good image gallery engines
Gallery is the classic choice. It has skins, security layers, heaps of plugins, etc, but can be run with the default settings easily if you …
0
votes
What is the single hardest programming skill or concept you have learned?
Self-referencing Common Table Expressions. They seem so simple, but recursion in a set-based language like sql is …
