you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (2 children)

In godot engine you can put an underscore at the beginning of a variable to tell the linter to calm the hell down about it. But I don't see why it's such a crisis in the first place.

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    I agree, if talking about the warning. If talking about the unused var, Go won me over there. Unused vars are absolutely a class of software bug that can have implications in security, resource usage, and maintainability.

  • source
  • parent