© 2026 Hashnode
Introduction: More Than a Mess of Code Technical debt often evokes feelings of guilt and frustration. It’s what we whisper about during retros, grumble over in PRs, and quietly accept as a side effect of real-world software delivery. But what if we’v...

Problem faced: During our software development, we used to use design a class just to use it as a data structure. But while i was interested in reading about code smells; i got to know that its one of the anti pattern. So what is the problem with usi...

Misplaced responsibility is a code smell that refers to a class or module that has responsibilities that do not properly align with its intended purpose. This can lead to a number of problems, such as making the class harder to understand, test, and ...
