Godot Patterns
Programming patterns that I think work well in Godot:
- Use
signal
instead ofenum
or 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