MGMukesh Guptainmukeshgupta.hashnode.dev·Oct 17, 2019Static 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...01J