Anti Patterns
Everything on SkillVeris tagged Anti Patterns — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
Dependency Injection vs Service Locator
Dependency injection has an external party push required collaborators into an object, typically via its constructor, so dependencies appear explicitly in the…
What is a Hollow Abstraction in OOP?
A hollow abstraction is an interface or abstract class that exists in a codebase without providing any real behavioral contract or design value, typically beca…
What is the Shared Database Anti-Pattern?
The shared database anti-pattern occurs when multiple independently deployed services read and write the same database tables, recreating tight coupling at the…