8 ms·
Dear lord that JavaScript is painful to read. I want to submit a pull request and fix all their semicolons.
by nttdocomo 12y ago
Dear lord that JavaScript is painful to read. I want to submit a pull request and fix all their semicolons.
- kysol 12y agoNot for/against the code formatting, just giving you a target (just hope you know who you're going after) :D https://github.com/reddit/reddit/commit/8e2737dab409c46d688cf5065a89c6dd0df44dde https://github.com/reddit/reddit/commit/8e2737dab409c46d688c...
- madlee 12y agoFWIW, there _is_ a proper styleguide now, it just hasn't been retroactively applied to older js. https://github.com/reddit/styleguide/tree/master/javascript https://github.com/reddit/styleguide/tree/master/javascript
- nttdocomo 12y agoNice, looks like they went with a slightly modified version of airbnb's js styleguide. That's what we use at work.