• 0 Posts
  • 255 Comments
Joined 9 months ago
cake
Cake day: October 7th, 2023

help-circle
  • 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.