TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Guilty pleasures only developers know

3 点作者 kiraken超过 5 年前

1 comment

michannne超过 5 年前
&gt;Refactoring<p>I hate refactoring, but I <i>love</i> architecting and making sure the architecture withstands future needs, and most times a refactor is required in the middle of a project. I&#x27;m in the midst of refactoring a project right now to detach the core logic from the configurable bits so other devs can use the tech without having to learn how to tweak each and every part.<p>It&#x27;s awful, and it&#x27;s wringing every last drop of pleasure and energy from my mind and body, but it&#x27;s necessary. It&#x27;s even worse when others think you&#x27;re doing less work when really the project will end up a specialized wasteland otherwise because oncoming developers would have to learn every single function in every single file just to extend it, or, worse case, the few devs who originally worked on it will become &quot;the X devs&quot; who are called in anytime a new request has something remotely to do with the project.<p>It saves lives and careers, literally, but it&#x27;s a thankless job.