Hacker News new | ask | show | jobs
by a_t48 22 days ago
This is a continual fight for me. At nearly every company I've had to compromise on using a graveyard repo for packages within a monorepo, even though git has the whole history already.
1 comments

The problem with history is that you need to know when to look. If you're looking for some old code that you know existed but you don't know exactly what it was, you can't just browse to go and find it.
Sure, but beyond a certain point the code that's there isn't just drop in compatible.