In Software Engieerning, we all have seen this meme: It’s not only about writing the code, but also being able to be reviewed effectively by peers. Therefore, pull requests with smaller diffs are always preferred. However, developers face many challenges when actually practicing this approach, especially when doing it with as-of-now the most popular code collaboration mode, trunk-based development. In particular, smaller diffs means more pull requests for a serie of changes that are depende...