I suppose I’ll update this thread with posts that are related to Defold.
October 7, 2024
Scripts or Modules? It’s an Architecture Decision, Moreso Than a Data Decision
A common problem for Defold users is struggling to decide what data goes where, whether some logic might be better suited to live in a script versus a module, which scripts should be responsible for managing which modules, or some other organizational problem that inevitably results in major refactors, stunted progress, and drained motivation. In this entry, I’ll try to explain how I solved this recurring problem, such that it’s no longer a recurring problem.