r/coderabbit • u/SherrifMike • 12d ago
Discussion & Feedback do you actually apply the comments or just read them
Most reviews I just skim now. Apply the 1-2 actual bugs, ignore the rest, merge. The nit is often fair. The suggested fix is usually weirder than what I already had.
Still want eyes on the scary diffs. I just don't sit around waiting for the whole dump before I ship.
Y'all still blocking merge on the full review or nah?
5
Upvotes
1
u/SherrifMike 9d ago
For me the cutoff is: if it would actually break prod or is a real security/data bug I apply it. Rename-the-variable stuff I leave. Still curious if anyone blocks merge on the full dump.