object-oriented-programming-antipattern

From IndieWeb
(Redirected from OOP)


The object-oriented-programming antipattern is the excessive / unnecessary use of object-oriented-programming (OOP) and OOP techniques when simple procedural functions would have sufficed, with less overhead, fewer files to navigate around, fewer indirections to follow while debugging, etc.

Articles and references

See Also