DEV Community

Discussion on: NPM hot-takes and the pitfalls of trivialization

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

I can't stand looking at your unequal use of whitespace in the curly braces.

function isOdd(i) {return i % 2 === 1; }
Enter fullscreen mode Exit fullscreen mode

Please fix it. Pleeeeeeeease!!! ;-)

Collapse
 
dubyabrian profile image
W. Brian Gourlie

This is what happens when I'm left without my trusty code formatters. Fixed :)