Categories
Programming

In Defence of Static

Maybe it’s my functional programming background, but I love static methods. Not everyone gets this, some people parrot the phrase “static methods are bad for testing” but don’t seem to understand what that means. Static methods are great for testing. Inputs in, outputs out, side effects – what side effects? What’s not to love? What they […]