AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Best Practices for Code Reviews in Trunk-Based Development
Many teams nowadays use code reviews before pushing to trunk. Facebook put a service level in for the DevOps team to have all the automatic data points in within 10 minutes. Pair programming, for example, is definitely a second pair of eyes. For some teams, it might be enough,. especially for say the extreme programming teams of 2001 before Git and GitHub, they would say everything paired where the developers had run all the tests before the check-in and the push. Everything paired would be fine without any further review after that.