Reasons not to use Express.

Originally shared by Justin Zimmer

Reasons not to use Express.

6 thoughts on “Reasons not to use Express.

  1. 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

    Like

Leave a reply to Ramin Honary Cancel reply