问HN:开发者的怪癖

1作者: jemiluv824 天前原帖
我曾与一位中级 TypeScript 开发者合作,他“拒绝”在 VSCode 终端中进行任何操作(更喜欢使用外部终端,最好是 Warp)。 连我通常会用 `node fibo.js` 运行的临时 JS 脚本都不愿意使用。 他也不使用我在编辑 API 代码时喜欢在终端中运行的 `npm run build-watch`,这样可以帮助我及时发现类型问题。 甚至连 `npm run start` 也不使用。 这让我觉得有些极端,因为大多数开发者的习惯和偏好通常都是为了优化工作流程,而他的做法却不是。 人们喜欢 Vim 是因为它让代码导航变得非常快速。 很多开发者非常喜欢使用键盘快捷键,因为这样更快。 但他的这种偏好让我不禁思考——我们的开发习惯或怪癖在多大程度上是“失序”的呢? 你有什么怪癖呢?
查看原文
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`<p>-&gt; This feels extreme to me because most developer quirks and preferences tend to be about optimising things -&gt; 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.<p>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”?<p>What are your quirks