object-oriented-programming-antipattern
From IndieWeb
This article is a stub. You can help the IndieWeb wiki by expanding it.
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
- cat -v harmful stuff: Object Oriented Programming is Inherently Harmful
- fake plt nerd girl @morganastra “object orientation is an elaborate web of design traps with something that looks like a computation model woven between them as bait”
- All evidence points to OOP being bullshit