I'm interested to hear what other people think. Do you run code as part of code review?
Ask HN: Do you pull and run code as part of code review?
1–10 of 146 posts
Re: Ask HN: Do you pull and run code as part of code review?
#2Re: Ask HN: Do you pull and run code as part of code review?
#3Re: Ask HN: Do you pull and run code as part of code review?
#4currently at a place with extremely large code base and with dedicated testers, I don't run the code.
Sometimes even with dedicated testers etc. I will run the code if I think something might be problematic and I want to double check. I tend to only comment on code though if I think it could really be improved, if you have named a variable something I wouldn't I probably won't care.
Re: Ask HN: Do you pull and run code as part of code review?
#5Re: Ask HN: Do you pull and run code as part of code review?
#6I didn't used to, but that was a very big mistake.
Just wait until something you signed off on doesn't run and folks ask, "But didn't you review this code and say that everything 'looked good'? It doesn't even run!"
It's embarrassing to say the least.
If you're doing a code review, run the darn code. What would you think of a mechanic who didn't make sure the car was able to turn on after claiming it was fixed?