Found out the way I review code isn't the same way others are, my colleuge just treats functions as a black box and relies on the tests to review.
I review code by reading each line and trying to determine if the input and output are correct.
Both ways work!
Found out the way I review code isn't the same way others are, my colleuge just treats functions as a black box and relies on the tests to review.
I review code by reading each line and trying to determine if the input and output are correct.
Both ways work!