Hacker News new | ask | show | jobs
by RockingGoodNite 1352 days ago
static should be removed from Java. static is bad, not always but because it can be misused and because it makes debugging more difficult and most important of all, it makes testing impossible and PowerMock is to be avoided at all costs.
1 comments

Right, methods that call Math.min() are literally untestable without PowerMock.