|
|
|
Ask HN: Developer Quirks
|
|
2 points
by jemiluv8
233 days ago
|
|
I’ve worked with a mid-level typescript developer that “refuses” to use the vscode terminal for anything (prefers using an external terminal - preferably warp).
Not even adhoc JS scripts that I’d typically go `node fibo.js`.
Not the `npm run build-watch` that I like to have in the terminal while I’m editing api code to help me catch type issues on the spot.
Not even the `npm run start` -> This feels extreme to me because most developer quirks and preferences tend to be about optimising things -> this doesn’t.
People like vim because it makes code navigation super fact.
Lots of dev’s like keyboard shortcuts a lot because against - faster. But this preference makes me do a double take and makes me wonder - to what extent are our developer habits or quirks
A bit out of “order”? What are your quirks |
|
It's never been the same since we started using graphical terminals like xterm and Windows CMD.EXE, I don't expect any of them to work 100% whether it is outright bugs in the implementation, some weirdness in how I/O works, applications not really being coded right for variant screen sizes, etc. If I could at all avoid it I would not run vim and especially emacs over a graphical terminal and instead I'd use the GUI mode of gvim or xemacs because at least these draw properly.
I don't have a GUI terminal which I really believe in, I just have GUI terminals where the applications I use work 98% right and I can live with the faults. My assumption is that another GUI terminal at best works 98% right but the 2% wrong is different (prove me wrong!) but that some random GUI terminal might be completely broken. If it is joined at the hip to some other complex software the odds of it being SNAFU or FUBAR increase, for instance the terminal emulator for Jetbrains IDEs almost works but it is a lot worse than CMD.EXE. My expectation would be the terminal baked into VS Code is crap too.