Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Flags Over Objects
https://deviq.com/antipatterns/flags-over-objects/
links
backlinks
Roast topics
Find topics
Find it!
The Flags Over Objects anti-pattern occurs when behavior is written outside of an object by inspecting flags (such as status codes), rather than within the object itself.