Static is bad!!
Are static methods or variables bad? While the answer is subjective but overuse of it is definitely bad as static represents a global state and its difficult to reason about and hard to test.
Recently I was refactoring an old and found that there wer...
mukeshgupta.hashnode.dev
Jayendra Gothi
Very insightful.. keep it up