- cross-posted to:
- programmer_humor@programming.dev
- tifu@lemmy.world
- cross-posted to:
- programmer_humor@programming.dev
- tifu@lemmy.world
You must log in or register to comment.
I’m currently taking the very last CS class my major requires. I can’t wait to leave OOP behind and focus on hardware completely.
You did the right thing. OOP was invented by people who were worried about their job security, to obstruct others from understanding their code.
OOP is pretty readable though. What would be the alternative, functional programming with no ORM?
Right, most things are a fine thing in moderation.
Strings are Objects, Doubles are Objects (that are than unboxed into primutives doubles)…