On Github Drusy / refactor-your-wetware-deck
Lead with R-mode, follow with L-mode. Get use to write drunk and revise your writing sober :)
You have few seconds, leave yourself some "bread-crumbs" for yourself.
void powerfulFunction()
{
    for (Object item in items)
    {
        // Compute the power of the item
        // http://stackoverflow.com/...
    }
}