idioms in code - sweet!

2008-02-21 @ 13:32#

love this kinda stuff. here's a quick sample:

// idiom 11
function getValue(garbage) {
    return garbage;
}

personal