-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Velocity
to Speed
#369
Comments
I disagree. I would say "velocity" is something actual, like, if you are walking to the right, link's velocity is 1 pixel per frame. But "speed" is something constant/config, even if you are standing still, link's speed while walking right is 1 pixel per frame. (atleast, that is how I always use velocity vs speed) |
Hmm, interesting. Like speed is a fixed attribute of an entity (how fast can it move?), and velocity is “how fast does it moves right now”? In that case making the variables consistent probably means renaming them to |
Yes, that's how I usually use it. But other people will most likely disagree, we are on the internet after all :D |
Can I Get This Issue? |
You can do what you want, we dont work as a strict organization here. |
Most speed-related variables are named
Speed
-Something – but some still use the outdatedVelocity
name.We should rename variables and comments so that “speed” is used everywhere.
The text was updated successfully, but these errors were encountered: