Replies: 3 comments
-
A different color would already suffice tbh I could open a PR for this |
Beta Was this translation helpful? Give feedback.
-
I'd be OK with a (opt-in, per project) warning on |
Beta Was this translation helpful? Give feedback.
-
I would heavily recommend writing |
Beta Was this translation helpful? Give feedback.
-
Hey all, I'm an experienced programmer learning Godot and gdscript.
In this learning trajectory, I've come in contact with those two operators,
$
and%
, which are confusing, mainly because I don't get any checks while using them in GdScript.I had this problem where I was using
$
when I wanted to use%
, but spotting that is a little bit hard since it's only one character, and they aren't exactly that different.What if those are removed to keep the code cleaner and easier to read?
When converting some node to an
Access as Unique Name
lets you use the node name as is, without any symbol or have only%
as maybe using the name as is could cause collisions.Another option would be having a choice to make using
$
display errors in the editor since this wouldn't break any workflow from other people.Beta Was this translation helpful? Give feedback.
All reactions