• TheSlad@sh.itjust.works
    link
    fedilink
    arrow-up
    36
    ·
    3 months ago

    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.

    • silasmariner
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Yeah but I bet you do it sometimes on your own pull requests even after you’ve opened them don’t you?