God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: Enforcing time-bounded technical debt with Git history https://ift.tt/wmCFnge
Show HN: Enforcing time-bounded technical debt with Git history I kept running into the same problem in large codebases: “temporary” code almost never gets removed. People add TODOs, FIXMEs, or quick hacks to hit a deadline, and six months later nobody remembers why they’re there or who owns them. They quietly turn into production bugs. I built a small CLI that treats those comments as time-bounded instead of permanent. You can attach an expiry date to a TODO in the code, and when the date passes, CI fails and points to exactly where the expired code lives. It works by: scanning comments across any language parsing structured annotations and optionally using git blame to infer who added them and when I tried to keep it simple and CI-friendly rather than tied to any particular language or linter. Here’s the repo if anyone wants to look at the implementation: https://ift.tt/oxHcBYJ I’d love feedback from people who’ve dealt with long-lived “temporary” code in production. https://ift.tt/oxHcBYJ January 11, 2026 at 02:52AM
Subscribe to:
Post Comments (Atom)
Show HN: An always-fresh memory that learns your repo, so agents stop re-reading https://ift.tt/yWr1Cwd
Show HN: An always-fresh memory that learns your repo, so agents stop re-reading Hi HN. Live-Memory is an open-source Claude Code plugin / M...
-
submitted by /u/Dull_Tonight [link] [comments] source https://www.reddit.com/r/worldnews/comments/pehy48/housing_secretary_robert_je...
-
Show HN: Lindra – generate browser agents to automate any website Hi HN, We’re one month into building Lindra, a platform that turns any web...
-
Show HN: High-precision date/time in SQLite https://ift.tt/hEvedVC August 12, 2024 at 03:47AM
No comments:
Post a Comment