Remix.run Logo
dkersten an hour ago

> You deleted them (never delete anything, isn't this what modern VCS is all about?)

The person said: "deleted 100k+ lines this year already moving them to faster languages"

Are you saying that when you move code to another language/rewrite in another language, you leave the original languages code in your repo?

They didn't say they deleted it from their git history. I delete code all the time (doesn't mean its "gone", just that its not in my git head).

zabzonk an hour ago | parent [-]

Well, they deleted it from somewhere. As I assumed they were using a VCS I assumed they deleted it from that. Or are they really short of disk space?

rcxdude 26 minutes ago | parent [-]

In this context I would assume deleting code to mean deleting it from the current version of the software, not removing from the VCS history entirely.