this post was submitted on 02 Jul 2024
928 points (98.5% liked)
Programmer Humor
19488 readers
795 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In my first programming job, I would actually do code reviews by pausing my own work, pulling their branch and building it locally, then using debug mode to step through every changed or added line of code looking for bugs, unaccounted for edge cases, and code quality issues.
...I dont do that anymore, I now go "looks good to me" even on 10 line reviews.
Yeah but I bet you do it sometimes on your own pull requests even after you've opened them don't you?