Skip to content

Refactor code to have a consistent styling #59

@davcri

Description

@davcri

Since a lot of PRs arrived, we have different styles in the codebase. It would be better to respect the official guidelines that I wrote in the README:

I will consider any PR (even just for a single file) that standardize the use of functions, variables, nodes names, add documentation,...

Eg:

   # bad
   var lifeIcons = {}
   # good: use snake case for variables and methods
   var life_icons = {}

   # bad
   $Health_Icon.position = Vector2()
   # good: use CamelCase for Node names
   $HealthIcon.position = Vector2()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions