We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ef546 commit 4f36236Copy full SHA for 4f36236
CLAUDE.md
@@ -115,8 +115,7 @@ Key utilities in [addons/talo/utils/](addons/talo/utils/):
115
## GDScript Standards
116
117
This project enforces **strict type safety** - all warnings are set to error level (2) in [project.godot](project.godot:24-58):
118
-- All variables must be explicitly typed (`var foo: String`)
119
-- No inferred declarations
+- All variables must be explicitly typed (`var foo: String`) unless their type can be easily inferred using the `:=` operator
120
- No unsafe property/method access
121
- No unsafe casts or call arguments
122
- All function parameters and return types must be typed
0 commit comments