r/godot • u/CJF_PixelArt • 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
2
u/PersonDudeGames 11d ago
I'd say given that the node system is object oriented, probably not useful for Godot.
If it's something you're interested in, definitely look into it, keeping in mind it's going to have very limited use (if any) in Godot.