5 ms·
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
by RockingGoodNite 4y 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.
- ahtihn 4y agoRight, methods that call Math.min() are literally untestable without PowerMock.