RESEARCH_FILE
Code Review Anxiety
Code review anxiety is a measurable, occupation-specific form of evaluative fear triggered by submitting code for peer review — distinct from general social anxiety. Lee et al. (2024) established it as a construct that predicts concrete behavioral outcomes: engineers experiencing it delay pull requests, reduce inline commenting, and avoid requesting reviews from certain peers. It is significantly correlated with imposter phenomenon and is partially mitigable through team norms that explicitly frame code review as a learning exchange rather than a competence verdict.
SEE THE PRACTICE
Turn a thought this research explains into one clear move.
THE THOUGHT
“The PR comments will reveal I'm a fraud”
YOUR RECORDED RESPONSE
“The review is about this change, not my worth.”
ONE PRIVATE MOVE
Open the PR privately, copy the first reviewer comment into a scratch note, and rewrite it in plain language as a task the code needs in under ten minutes.
How it sounds in your head
The inner script: 'I know this works but I can't submit it until I've checked it another twelve times — what if they see I used a for-loop when everyone else would have used a generator?' The research reads it as code review anxiety operating on imposter fuel: the fear isn't about the for-loop, it's that the for-loop will be the tell.