Comment on Ask HN: Can someone explain why this line exists?parentComments−ollysb13yI 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;
Comments
I wouldn't actually have them as Boolean variables, I'd extract them into query methods, then the code would just be: