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: Track Code Changes That Outdate Tutorials

3 pointsby fmyterabout 1 year ago
Hey all,<p>So the issue I&#x27;m having is that we regularly need to check whether all our tutorials are still relevant compared to recent product updates. And I&#x27;ve had this issue in previous projects or at previous companies as well. I tried searching for some automatic solution but haven&#x27;t found anything (at all!). How do you check whether a new feature or product update requires changing or updating certain tutorials ?

1 comment

lovasoaabout 1 year ago
You could have integration tests that reproduce what you show in tutorials. This way, when you need to change the tutorial, the integration test breaks, and you know you have to update both the test and the tutorial.
评论 #40002115 未加载