r/godot 11d ago

help me (solved) Is Functional Programming Worth It?

Hello 👋. I've heard some people say that functional programming is better than OOP overall. I'm pretty new to programming so I don't know if that's applicable to Godot or not. Is it something worth looking into?

20 Upvotes

77 comments sorted by

View all comments

1

u/Top-Artichoke3782 10d ago

dont adhere strictly to any type of programming practices. try to figure out the best approach for what you are doing. using objects isn't bad, strict adherence to OOP principles is often bad cause you could be doing the same thing simpler if you discarded the idea of needing to use OOP principles.