Biweekly Scrummy Scrum

At LINEAS we currently run our first three Scrum projects. I am one of the three Scrum Masters. Unfortunatly we don’t have much experience with Scrum. Actually we only knew it from books, and this weird thing called internet, before we started. So there are lots of questions we have and only few who we [...]

Posted in: Management by Jens Schauder 3 Comments

One Database for Every Developer

How many databases run in your teams development environment? One for the complete team? I have seen many places like that, but please tell me: Why? You aren’t working on a shared files system aren’t you? How is a developer supposed to change the structure of that database without interrupting the work of the other [...]

Posted in: Softwaredevelopment by Jens Schauder 7 Comments

Use Cases for JUnit Rules

Sometime ago I blogged about JUnit @Rule Annotation. In the meantime I got the chance to use rules in a real project. I must say: Rules rock! Let me tell you about my use cases. I am working on a Swing project (It’s OK, it’s not as bad as it sounds). We have many tests [...]

Posted in: Softwaredevelopment by Jens Schauder 4 Comments , , ,