Archive for October 2013

Week 43, year 2013

  • Pre-merge Code Reviews - I’m a big proponent of pre-merge code reviews. From my experience consulting for teams in problematic projects, I can say that (along with daily standup meetings) pre-merge code reviews are one of the most effective and yet fairly easy changes a team can introduce to radically improve the condition of the project. And even if you consider your project to be healthy, there’s always room for improvement. The Rules Never Push to Master Always push to a separate branch per logical unit (story, feature, bug, optimisation, refactor, improvement). Branches are easy to make and easy to merge when you use git (and you apply some of tips further down in this post). Never Merge Your Own Branch This helps to ensures that code is in fact reviewed. [Mathias Verraes]
Permalink | From 21 October 2013 to 27 October 2013 | Last updated on: Mon, 7 Jun 2021 09:18:52 GMT