The Problem is not the Architect Metaphor

A couple days ago Olaf Lewitz compared the work of a real Architect (the guy responsible for actual buildings) with the work of an so called Architect in a software development project. He concludes with this role description, as sketchy as it is, fits even less into my view of software development than I had [...]

Posted in: Softwaredevelopment by Jens Schauder 1 Comment

Why you Should Estimate User Stories and Why 5 Reasons Against it are Bogus

I just came a cross 5 Reasons Why You Should Stop Estimating User Stories by Michael Dubakov. While I consider it an important practice to challenge everything I think this time the challenge is pretty weak and falls apart as soon as you start to analyse it. So lets do just that: You don’t waste [...]

Posted in: Softwaredevelopment by Jens Schauder No Comments

Even More Testing With Scalatest

One important feature of any test framework is setting up a test fixture and tearing it down afterwards. In JUnit 3 for you did that by overriding the methods setup() and teardown() of the class TestCase, which every test needed to extend. JUnit 4 was a little more flexible. The name of the methods was [...]