Closed Connormiha closed 8 years ago
I think that
if (condition) { return; } // some code
more pretty than
if (!condition) { // some code }
Thanks! But that's just a cosmetic change, so I don't think it's worth it- sorry.
I think that
more pretty than