|
|
|
|
|
by danadam
14 days ago
|
|
> So many of these things would have been really painful to find if I'd had to sift through every line of a big commit. > So to watch people intentionally balling up an entire PR's worth of commits and squashing them together to throw away the only (in my mind) thing that version control is good for, is truly baffling. > But yeah, there are plenty of people like the parent in that camp I'm confused. The parent doesn't want big commits but rather, as they wrote twice, commits that are small, atomic and without noise. So presumably "fix typo" would be removed during rebase but "rename function" would stay and be separate from "implement logic". |
|
That’s the commit I want to find six months later when the SVG text is blurry because we’re no longer forcing opacity to 1.0 at the end of a transition.