I made a change in the blogger configuration to ease the later work when blogging. It is possible that older entries are not correctly formatted.

Wednesday 26 March 2014

Gerrit - Code Review for Git Based projects

While preparing for a talk on testing and playing along with git. I had the opportunity to take a closer look
at gerrit. Gerrit is a Framework which allows decentralised teams to
have a code review mechanism, as illustrated in the Gerrit documentation (see the quick intro).

This could be a very nice way to introduce code quality in a team, as well as to ensure scalability.