In our company, we are using Bitbucket cloud edition. I'm wondering, do you guys have some ways of making recurring code review (I once did code review, author fixed comments, and then I come back to review again) more pleasant and easy?
Right now, after I'm going back to code review I have several problems:
- Old comments are accessible only through button "Outdated comments" - I'd prefer have every comment in respective place, when I'm reviewing but it can be marked that it is outdated
- Comments on removed files are very hard to review, because they are only accessible through Activity tab on the right - someone forgot doing
git mv
- I miss button "Needs more work" which indicated that I already reviewed this code review and author didn't do any new commits
- Last but not least - why bitbucket is soooo slow???
If you guys have some ideas how to make reviewing code in Bitbucket cloud better, I'd appreciate hearing your tips.
Regards, Sebastian