TheLongPrice@lemmy.one to Godot@programming.dev · 1 month agoBreak it up! Improving Your Godot Code Using Componentsnishchalb.github.ioexternal-linkmessage-square14fedilinkarrow-up175arrow-down10file-text
arrow-up175arrow-down1external-linkBreak it up! Improving Your Godot Code Using Componentsnishchalb.github.ioTheLongPrice@lemmy.one to Godot@programming.dev · 1 month agomessage-square14fedilinkfile-text
minus-squaremrsgreenpotatolinkfedilinkarrow-up2·edit-229 days agoIt’s a good practice to adhere to proper design patterns even on smaller projects. I also work solo on small projects :). It doesn’t really cost you anything to work with classes, it’d even say it’s easier once you get a hang of it
It’s a good practice to adhere to proper design patterns even on smaller projects. I also work solo on small projects :). It doesn’t really cost you anything to work with classes, it’d even say it’s easier once you get a hang of it