TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Little development time vs perfect code?

5 pointsby symbionover 12 years ago
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 comments

tzamanover 12 years ago
Hack away to get something working putting those libraries to good use. Code will be optimized throughout the process.
评论 #4438404 未加载
lumberjackover 12 years ago
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 未加载