Archive for the 'Imperfection' Category

Cross-Functional Teams
Monday, November 17th, 2008

A buzz word within the Agile camp is ”cross-functional teams”. For some reason though, there seems to be quite some confusion about what it really means. More precisely, it seems that some people argue for that members of a cross-functional teams should be generalists rather than specialists, that everyone should be able to do every [...]

Join a Proud Minority, Read Books
Monday, November 10th, 2008

A few days ago, I a girl caught my attention on the tram. Now, a lot of girls catch my attention, but this time it wasn’t actually the girl herself but her shoulder bag which caught my attention. It happened to have a print which I thought was pretty funny. Join a proud minority [...]

People Who Are Smarter Than I Am
Monday, November 3rd, 2008

I have realized that some people are smarter than I am. It is a painful realization but I just can’t ignore the evidence any longer. Allow me to explain. I often get inspiration to write posts from reading books or blogs by really smart people. Thus, I often refer to people who are smarter than me. [...]

Not Converging on an Estimate
Monday, October 27th, 2008

In his great book User Stories Applied, Mike Cohn suggests that “the goal is for the estimators to converge on a single estimate.” While discussing this with a senior product owner at a major Swedish telco (guess which one!), I came to realize that there might be a point in not converging on a single [...]

Minimizing Irreversible Actions
Monday, October 20th, 2008

Reading Lean Software Development, I stumbled upon the following quote. As a keynote speaker at a software conference, Enrico Zaninotto, an Italian economist, pointed out that the underlying economic mechanism for controlling complexity in just-in-time systems is minimizing irreversible actions. The notion of “minimizing irreversible actions” strikes me as a better way of capturing that [...]

Metaphors of Software Development
Monday, October 13th, 2008

I’m really starting to get annoyed by people who insist on comparing creating software to building a car, and software development to an assembly line. That might have worked more or less fine with old, long forgotten(?), waterfall processes. But wake up, we don’t do software that way any more — most of us anyway. The [...]

Commit message too long
Monday, October 6th, 2008

This time, I’ll just provide a short note of insight regarding checking code into version control. If a commit message feels very long, or you feel a resistance against writing it because you don’t know what to write, it has probably been too long since you last committed! If you commit after each task is done, [...]

Better, not perfect
Sunday, September 28th, 2008

My apartment is not always in perfect condition, and cleaning up that mess isn’t exactly what I look forward to. Therefore, in a discussion with a friend about this subject, I complained about that I couldn’t come up with good rules for myself on how and when to clean. (I like rules — simple, consistent, [...]

Agile (Soon) Considered Harmful?
Sunday, September 21st, 2008

In the nineties, software development was conceptually simple and straight-forward; you gathered requirements for the system, designed it, built it, tested it and deployed it. This was the era of waterfall, RUP, UML, and lots of up-front design. The more details decided in advance, the less costs from changing later, and thus, the better. Then, somewhere [...]

Solution: “Specified RequestProcessor not compatible with TilesRequestProcessor”
Friday, May 9th, 2008

When using Struts 1.3 with Tiles and SSLEXT plug-ins, the application server throws an exception while trying to process a request telling you that the specified request processor isn’t compatible with Tiles. Here’s the solution.