Yuri :godot: on Nostr: nprofile1q…7p2vf I don't think it would solve the pain point that I'm experiencing. ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqmf763htce568ru3m5kx57wn32qywfdup06cqpkqupe7mc364d28q67p2vf (nprofile…p2vf) I don't think it would solve the pain point that I'm experiencing. If I can remember to mark some method as overridden, then I can just as well remember to add a super call to it.
The problem is that I forget about it being overridden sometimes, namely when it's a lifecycle method like _ready. This can be solved with a static check and a warning rather than a language addition.
The problem is that I forget about it being overridden sometimes, namely when it's a lifecycle method like _ready. This can be solved with a static check and a warning rather than a language addition.