Month: June 2013

  • Church of Agile

    Following a plan. Over and over. We don’t need no education. Shepherd and sheep Sheep: “May I move an user story to another iteration? How long should our Sprint be? What if our daily standup takes more than 15 minutes?” Shepherd: “Don’t worry my dear. Subscribe to these courses and we’ll teach you how. You’ll…

  • Sustainable Automated Testing

    Have you ever had a feeling that automated testing is becoming overhead for the project? That the effort to keep them green seems to be higher than the added value? Then maybe what you do is integration testing and not unit testing. Unit testing over integration testing I had the following discussion last week: “Do you…

  • Reflection Against OOP Principles

    What is so cool about the possibility to access private class members from outside using reflection? Everyone keeps asking you during job interviews what are the basic rules of object oriented programming. This is a mandatory knowledge to pass at least the first round. Encapsulation is one of them. Of course, of course. When you finally get…