Don't use junit.framework
Every once in a while I see somewhere a wrong import to the old, deprecated junit.framework …
I create, maintain, and operate software. Sometimes I write about it here.
Every once in a while I see somewhere a wrong import to the old, deprecated junit.framework …
Have you ever written JUnit tests extending a class that does some before and after work, so …
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the …
Updated with second round script in Oct 26, 2014.
For some reason, Oracle blocked the installers to run only on a fixed OSX version range with a …
Earlier this year, the new version of the Java Programming Language was released. Finally, it …
I found that it’s pretty hard to have a project with high test coverage and fast …
At the company I work Pull Requests are part of our culture.
I encouraged people to start using git, showing some of its features.