Author: Rado Buranský

  • Scala Wonderland #1: All operations are method calls

    I’ve started learning Scala two months ago and I can’t get back to Murakami’s 1Q84 so exciting it is. In the coming series I’d like to share my excitement with you. It won’t be yet another step-by-step tutorial. I’ll share features that made me think (IBM should be proud of me). For whatever reason. val…

  • 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…