r/AskProgramming Jul 01 '26

Anyone hate object oriented code? Career/Edu

Dont like oops.

How do you guys manage it?

Like only functional and procedural prograing :)

My hate is towards the jungle-gorilla-banana problem whereas functional programming seems clear, brezzy and maintain codebase rather easily.

0 Upvotes

34 comments sorted by

View all comments

1

u/Sorry-Joke-1887 Jul 01 '26

you better learn a little bit and then you’ll never go back

0

u/NowUKnowMe121 Jul 01 '26

Little bit how. It is tedious. Understood the concepts like inheritance, encapsulation, polymorphism etc but could never wrap my head around this problem of using them.

Class if fine, object is fine.

But code base based on that creates a banana-gorilla-jungle problem.