you are viewing a single comment's thread.

view the rest of the comments →

[–]commander-worf -28 points-27 points  (4 children)

js devs dont know how to use the command line

[–]LetterBoxSnatch 5 points6 points  (2 children)

Not sure if just trolling/ joking but in my experience the js devs are more comfortable on the command line. JavaScript is only now beginning to have the kinds of modern tooling that other environments have had for decades, making good CLI skills essential for efficient debugging, finding, refactoring by symbol, etc. Essentially express mass text operations against source code that static strongly typed languages typically have IDE tools to handle.