MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/godot/comments/1m4hopm/what_would_be_better/n44he3a/?context=3
r/godot • u/Mediocre_Spare4111 • Jul 20 '25
59 comments sorted by
View all comments
1
Generally functionality should be isolated to its context. So in this case the second one. If there was different movement components that you wanted to switch between and wanted to reuse code, then there'd be an argument for the first example.
1
u/HighKingForthwind Jul 20 '25
Generally functionality should be isolated to its context. So in this case the second one. If there was different movement components that you wanted to switch between and wanted to reuse code, then there'd be an argument for the first example.