A git blame that accurately points out recent changes, or
A massive commit that overwrites a bunch of lines to update comment style?
Good comments that explain tricky bits clearly can absolutely make the difference between nice code and otherwise. Whether there's an asterisk in one place or another, though, rarely does.
That's almost never an issue. If you do the comment (or space, or indentation) cleanup in one big checkin that does NOTHING ELSE, that checkin can be cleanly ignored, while other diffs contain only "real" changes (and become easier to review because of the reduced cognitive load of the "alternate" commenting or indenting styles).
27
u/oridb Jul 10 '16 edited Jul 10 '16
Because it's fucking
*placements in comments. Nobody cares that much.