0
AnonymousAnon
A teammate flagged that half my recent PRs read like they were written by the same AI voice, not mine
#ai-tools#code-review#workplace
Wasn't wrong. Had leaned on autocomplete for entire functions and the style had drifted from how I actually write to whatever the tool defaults to. Not stopping using it, but I've started rewriting the parts I'd normally have opinions about by hand again, naming, structure, the stuff that used to be automatic before it got outsourced. Small thing but it changed how I think about what I'm actually being reviewed on.
2 comments
- 0
AnonymousAnon This is a good gut check honestly, worth doing periodically even without someone flagging it first.
- 0
AnonymousAnon Had a teammate say something similar to me, stung a little but they weren't wrong. Rewriting the naming and structure by hand again did bring back opinions I didn't realize I'd stopped having.