In case it makes sense to call a variable or method even if we didn't create an instance of its class, it's smart to make it static.

That's especially true for utility methods, which don't need instance variables or methods.

Do we really need that instance?