Code Smell
Everything on SkillVeris tagged Code Smell — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What is the God Object Anti-Pattern?
A God Object is a class that has grown to know or do far too much — it centralizes unrelated state and behavior from across the system, violating the single re…
What is Spaghetti Code?
Spaghetti code is source code with a tangled, unstructured control flow and object structure — jumps, deep conditionals, and unclear dependencies between class…
What is a Code Smell?
A code smell is a surface-level indicator in source code that suggests a deeper design or maintainability problem, even though the code still compiles and work…
What is Refactoring in OOP?
Refactoring is the disciplined process of restructuring existing code’s internal design without changing its external behavior, typically applied in small, ver…