Month: November 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…

  • How to prove the software works?

    What do software engineers encounter after another stressfull release? Well, the first thing that we encounter in our group are the bugs that we have released out in the open.  The biggest problem that we as software engineers encounter after a stressfull release is spaghetti-code, also called the big ball of mud.  The time and…