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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Little development time vs perfect code?

5 点作者 symbion超过 12 年前
I am sure I am not the only one to have this "issue".<p>I have created some small libraries for my side projects (mainly C++ lately) but I keep spending an awful lot amount of time trying to make it look good and take into account all corner cases while I should probably just be hacking away to get something working (i.e some kind of prototype).<p>How do you guys deal that ?

2 条评论

tzaman超过 12 年前
Hack away to get something working putting those libraries to good use. Code will be optimized throughout the process.
评论 #4438404 未加载
lumberjack超过 12 年前
I use a priority list for each project. A working implementation would be a high priority. Security bugs too. Optimizing code a bit lower and so on and so forth.
评论 #4438397 未加载