TheLongPrice@lemmy.one to Godot@programming.dev · 17 days agoBreak it up! Improving Your Godot Code Using Componentsnishchalb.github.ioexternal-linkmessage-square13fedilinkarrow-up175arrow-down10file-text
arrow-up175arrow-down1external-linkBreak it up! Improving Your Godot Code Using Componentsnishchalb.github.ioTheLongPrice@lemmy.one to Godot@programming.dev · 17 days agomessage-square13fedilinkfile-text
minus-squaremrsgreenpotato@discuss.tchncs.delinkfedilinkarrow-up1·edit-29 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