Day: November 25, 2009

  • The benefits of the codereview process

    The benefits of having a code-review process in your team is that your entire codebase is getting maintainable. Let’s jump into a code review session. Say that somebody has committed new functionality in our flight.cs class. The flight can now tell if it is a non-stop flight or not, have a look at the code…