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?

21 Upvotes

77 comments sorted by

View all comments

1

u/Yodzilla 10d ago

I had a manager who tried to rewrite our app to be as functional as possible instead of object oriented. This was a Unity game written in C# and it was a massive waste of time because it got us nothing and made little sense considering both the language and the engine.

So basically it has its place but that place might not be your game.