Reasons not to use Express. John Hardy Lambda August 9, 2016 1 Minute Originally shared by Justin Zimmer Reasons not to use Express. https://medium.com/friendship-dot-js/i-peeked-into-my-node-modules-directory-and-you-wont-believe-what-happened-next-b89f63d21558#.dw9kumw60 Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading... Related Published by John Hardy Closures are a poor man's object. Objects are a poor man's closure. View all posts by John Hardy Published August 9, 2016
O.o This guy’s trolling, right? — $ tree node_modules/ | count zsh: command not found: count $ tree node_modules/ | lines zsh: command not found: lines $ tree node_modules/ | wc -lines wc: illegal option — i usage: wc [-clmw] [file …] $ tree node_modules/ | wc -countlines wc: illegal option — o usage: wc [-clmw] [file …] $ man wc $ tree node_modules/ | wc -l 292 — LikeLike Reply
To be fair, Hickory Ham HotPockets are especially tasty.
LikeLike
To be fair, Babel’s down-transpiler knows it’s stuff better than i do.
LikeLike
https://twitter.com/jckarter/status/762683017466744832
LikeLike
What could be worse than a rouge developer?
LikeLike
O.o
This guy’s trolling, right?
—
$ tree node_modules/ | count
zsh: command not found: count
$ tree node_modules/ | lines
zsh: command not found: lines
$ tree node_modules/ | wc -lines
wc: illegal option — i
usage: wc [-clmw] [file …]
$ tree node_modules/ | wc -countlines
wc: illegal option — o
usage: wc [-clmw] [file …]
$ man wc
$ tree node_modules/ | wc -l
292
—
LikeLike
It’s one of those “ha ha only serious” jokes.
LikeLike