2026/06/20

From WoozleCodes
< 2026 | 06
Jump to navigation Jump to search
Saturday, June 20, 2026 (#171)
Friday Saturday Sunday

References

Main Work

Tasks

  • Done: Redid Globals from a static class to a Singleton, because I arbitrarily decided to replace the QO-access functions with properties.
  • Issue: I keep running into situations where I need the base Node type to instantiate itself, but in some cases it is abstract and can't. Maybe I need a separate Node-factory?