6 ms·
Don't accidentally commit `node_modules` - that'd be a costly mistake!
by Eclyps 7y ago
Don't accidentally commit `node_modules` - that'd be a costly mistake!
- james_s_tayler 7y agoOr a 35,000 line XML configuration file.
- ehsankia 7y agoNow that I think of it, if it's paid by lines of code, it perversely incentives people to minimize the lines of code, no? Does it count white space and comments? Can I minify my code before passing it to this, then unminify it?
- bryanrasmussen 7y agoMany languages can have code written in them minimized down to a single line. I guess they must have a character count number equals a line qualifier somewhere.
- ehsankia 7y agoBut even then, still pushes people to shorten variable names and other kind of minification.
- stefano 7y agoCan you just remove newlines from files? In most languages they're optional.
- earenndil 7y agoCount semicolons then.
- dizzy3gg 7y agoMaybe it’s on recommended line formatting
- takeda 7y agoIf it is as smart as some people here think it would probably output: "are you f#$king with me?"