5 ms·
Then why are you even using a VCS?
by oopsallmagic 2y ago
Then why are you even using a VCS?
- PUSH_AX 2y agoTo work on the same code base as the rest of my team? Like everyone else. Certainly not to nitpick about how history is written, in what order or what is omitted.
- ImPleadThe5th 2y agoI'm very surprised you've never gone hunting for bugs in your git history. "Hey something went wrong with X service" Find commit like "add y to x service' It's a time saver to me. Plus if the bug is extra tricky, you can ~easily~ revert or pick it out.
- PUSH_AX 2y agoI did try when I was a junior. I learned this relies on good commit messages, and the information can be lost during squash. Honestly if I’m playing the role of bug detective I’ve become much faster using other techniques.
- oopsallmagic 2y ago[dead]