Hacker News new | ask | show | jobs
by ollysb 4762 days ago
I wouldn't actually have them as Boolean variables, I'd extract them into query methods, then the code would just be:

    if( skipLogging() ) return res;