Testing and time in Java
The other day I was reviewing a couple of pull request in a Java project, and I noticed that both contained a problem with the way time was being handled in the tests. Normally I would not have thought much of it, but the fact that these two problems appeared...
[Read More]