Clean Code with Swing and Scala

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 [...]

The Definition of Done is Dead. Long Live the Remember Remember List

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. [...]

Should I Test such Trivial Stuff?

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 [...]

Posted in: Softwaredevelopment by Jens Schauder 4 Comments ,