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.

How to Test

1 pointsby r4um12 months ago

1 comment

eternityforest12 months ago
I don&#x27;t really enjoy writing tests a lot of the time.<p>I don&#x27;t know that many who enjoy writing tests.<p>But it&#x27;s what keeps my code from blowing up in my face. It&#x27;s boring and tedious but it lets me make changes without making multiple new bugs for every single change.<p>The more I add automated tests, the better things get. The more I refactor without tests... The worse things get.