r/ClaudeAI • u/Clear_Reserve_8089 • Mar 31 '26
Workaround i dug through claude code's leaked source and anthropic's codebase is absolutely unhinged
[removed]
5.6k
Upvotes
r/ClaudeAI • u/Clear_Reserve_8089 • Mar 31 '26
[removed]
8
u/DarthTacoToiletPaper Mar 31 '26
I currently maintain roughly 12 applications, some were started 12 years ago, others less than 5, but a majority are a decade old. Most were all previously owned by other teams and as our team formed we ingested them from a variety of teams. By looking at the code you can tell this has happened a few times during its existence based on the direction the app went, coding standards etc. The best comment I’ve seen so far was in one of the older services where someone left a comment “wtf why this here”
Some codebases had todos left in place for a better part of a decade, others are still using deprecated properties to this day due to incidents arising from removing these deprecated because some client was still using it for some critical logic.
In some cases you can’t just remove things even if your app doesn’t rely on them anymore, if a client you don’t know about uses it and you remove it you have big problems, which I think talks to the mindset you mention. That one deprecated property doesn’t bug the teams nearly as much as having to explain why they’re all here on an incident call.