Skip to content
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

Review naming conventions #33

Open
elsevers opened this issue Feb 25, 2019 · 2 comments
Open

Review naming conventions #33

elsevers opened this issue Feb 25, 2019 · 2 comments
Assignees
Labels
question Further information is requested. random Questioning something that could be an issue.
Milestone

Comments

@elsevers
Copy link
Contributor

Naming convention for

  • Folders
  • Classes
  • Functions
  • Properties

Do we have competing conventions? I have noticed camel case, but sometimes the leading character is capitalized and sometimes it is not.

@elsevers elsevers added question Further information is requested. random Questioning something that could be an issue. labels Feb 25, 2019
@elsevers elsevers added this to the Tasks for 2019-02-25 milestone Feb 25, 2019
@elsevers
Copy link
Contributor Author

elsevers commented Feb 26, 2019

Location2d.transformCoords parameter add_theta should be addTheta

@elsevers
Copy link
Contributor Author

elsevers commented Feb 27, 2019

  • Classes: camel case, starts with capital letter.
  • Functions/properties/variable names: camel case, starts with lower case letter.
  • Folders??

Moving to next week's milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested. random Questioning something that could be an issue.
Projects
None yet
Development

No branches or pull requests

5 participants