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