Published at: 03:06 pm - Sunday June 26 2011
I guess everybody who knows Java and Swing also knows the Swing Tutorial. It is a great source of information if you want to learn Swing. It is also a major catastrophy when it comes to structuring code. The problem is: Lots of people miss critical information contained in the tutorial like ‘Everything concerned with [...]
Published at: 09:06 am - Sunday June 12 2011
In our Scrum team we had a problem with our Definition of Done. We created it at the very beginning to specify what had to be done for finishing a feature. But time went by and we added cross cutting functionality to the application. So every feature now needs consideration with respect to access rights. [...]
Published at: 09:06 pm - Sunday June 05 2011
I try to write my code test first nowadays. But of course it happens that I have to work with code that doesn’t have tests. Maybe I was undisciplined and skipped the tests, or somebody else wrote it, or what ever. When it is feasible I try to add test until I have 100% or [...]