You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slow code reviewing leads to some project management issues. Firstly, as we already launched the app to production, we need to move features and especially bug fixes to production more quickly and therefore unreviewed code goes to production. The second issue is making separate branches for different issues but as reviews are lagging, it is not possible to merge them and release them. And these limitations led to one huge PR which haven't been reviewed for 16 days now and it's growing due to uncertainty when it's going to be reviewed.
How could we make this reviewing process more efficient? Any other ideas how to improve overall development process?
The text was updated successfully, but these errors were encountered:
May I suggest making PRs smaller and more focused so they are easier to comprehend and review? I don't know the exact reasons it's not moving, but in general +1,126 −815 is quite huge. Personally I would even go as far as denying it and requesting to split into more specific PRs.
Hi,
Slow code reviewing leads to some project management issues. Firstly, as we already launched the app to production, we need to move features and especially bug fixes to production more quickly and therefore unreviewed code goes to production. The second issue is making separate branches for different issues but as reviews are lagging, it is not possible to merge them and release them. And these limitations led to one huge PR which haven't been reviewed for 16 days now and it's growing due to uncertainty when it's going to be reviewed.
How could we make this reviewing process more efficient? Any other ideas how to improve overall development process?
The text was updated successfully, but these errors were encountered: