Reflective Software Engineering • 0 implied HN points • 26 Jan 24
- Consider the tradeoff space when it comes to the batch size of pull requests - aim to address a single concern in each PR to streamline review processes.
- Automate your workflow to make creating pull requests easier and faster - use command line interfaces, Git aliases, and tools like MAKE to optimize repetitive tasks.
- Even though the concept of atomic commits and pull requests is simple, it requires good commit hygiene, practice, and experience to execute effectively - reducing steps can help overcome barriers to implementing best practices.