Godot Patterns
Programming patterns that I think work well in Godot:
- Use
signalinstead ofenumor boilerplate when deciding between different execution options 1
Programming patterns that I think work well in Godot:
signal instead of
enum or boilerplate when deciding
between different execution options 1