Monthly Archives: January 2014

Culture Over Process with Henrik Kniberg

I recently saw on my Twitter feed that Henrik Kniberg (@ henrikkniberg) held a talk on Agile66 Community Events Talk LaunchPad, Bangkok in Thailand. Since I have recommended this to many friends and colleagues, I thought I share it here as well. I never thought that the agile operating culture was as important as he describes… Read More »

Mock the Clock with an Aspect

Recently I have had problems with unit-tests that are time dependent. There are tests that test for time-out and similar time related issues. I felt that this mus be solvable by mocking the system clock. But I had problems doing it because I don’t want to change the whole implementation. The best is if it… Read More »