Godot Patterns

Programming patterns that I think work well in Godot:

  • Use signal instead of enum or boilerplate when deciding between different execution options 1

Footnotes

  1. 20250111225206