When not to use static classes
There has been instances in every application where we are tempted to write static methods as they are much easier to call but that comes with a catch. lets look at some use cases when we should and should not use static classes/methods
If we are sur...
hari.hashnode.dev3 min read