Hacker News new | ask | show | jobs
by bowsamic 646 days ago
I totally agree for Godot. All the worst mistakes of OOP which I thought we got rid of years ago. Bizarre situation
1 comments

Godot much prefers composition over inheritance. It's possible to use inheritance in Godot, but no-one recommends it, except maybe for a data structure.