Here’s a tutorial I wrote on using components to help keep your code organized.

  • @TheLongPrice@lemmy.oneOP
    link
    fedilink
    06 months ago

    That would definitely be an improvement, using classes is probably more robust. In my case, the project wasn’t too huge and it was solo, so I never hit issues with string references.

    • @mrsgreenpotato@discuss.tchncs.de
      link
      fedilink
      1
      edit-2
      6 months ago

      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