You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Wouldn't it be great if you could define standardised comments that you can apply to multiple files in a review in bulk? (even ignoring specific line number comments could be a clunky MVP test for this feature)
Some sort of interface to
This would make it so much easier than managing multiple items in some external text file to copy and paste over and over while doing a code review, if you notice the problem is recurring often.
How do you handle your reviewing process when you need to repeat things? The developer in me would love a semi-automated solution.
We could get even more hands on with improving code reviews where bitbucket scans the code in question and prompts things based on the context. (E.G. you've selected a method, is it missing an argument declaration?)