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.

Ask HN: Are you still haunted by bugs past?

2 pointsby l00sedabout 3 years ago

2 comments

eternityforestabout 3 years ago
There are only a few bugs physically haunting me.<p>But mentally... I&#x27;m haunted by almost every mistake I&#x27;ve ever made. Sometimes to the point of spending hours looking into ways to make sure it never happens again.<p>Especially now then I&#x27;m out of the big city and my life is 10x less exiting(More like 30x, actually). I wish I had done just a bit more, back when I was still doing stuff, not let myself get distracted by anything personal, and just generally appreciated things a bit more.<p>I was mostly generally fairly respected wherever I went, but every dev has times when they weren&#x27;t at 100%, and really early on, when I was first starting, there were definitely a few days when I made pointless mistakes because my mind wasn&#x27;t completely on my work.<p>But there really weren&#x27;t that many of bugs per se.<p>The other big thing that haunts me are some of the personal projects I did, and the bad but workable decisions I made on early jobs due to NIH.<p>I still have a bunch of stuff in my parts bin that is almost trash. Several hundred dollars worth. I didn&#x27;t really enjoy messing around with PICs all that much. I&#x27;m not convinced it was the most effective use of time career wise.<p>I don&#x27;t know if I really benefitted that much from making a point and click game engine in VB.net.<p>I might have been happier if I had listened to people who said &quot;Just use an Arduino&quot; or &quot;Don&#x27;t waste your time even thinking of making GUI apps in C&quot;.
评论 #31314022 未加载
l00sedabout 3 years ago
I&#x27;m a Wordpress developer, and I didn&#x27;t know much about Wordpress development &lt; 2 years ago. I try to be diligent about testing code and providing ample documentation. However, even years after a site or a product has launched, I&#x27;m pulled back into the project to correct some mistake in a function&#x27;s logic or some other such bug. Perhaps there are libraries that can help provide more rigorous testing.<p>How do you avoid getting bogged down fixing old code? Are there any other good tips and tricks for testing code and fortifying it against future breakage? Is it language-specific?<p>I wonder if there are any global rules that can help rookie engineers and developers avoid getting pulled back into old projects and old code. There&#x27;s certainly something to be said about dependencies and updates in the world of Wordpress, and some obvious best practices to avoid those common conflicts.