Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

UnityEvent fields should use camelCase #266

Open
bddckr opened this issue Jan 30, 2019 · 0 comments
Open

UnityEvent fields should use camelCase #266

bddckr opened this issue Jan 30, 2019 · 0 comments
Labels
chore Something mundane but must be done

Comments

@bddckr
Copy link
Contributor

bddckr commented Jan 30, 2019

This brings our codebase in line with Unity's conventions (that differ from Microsoft's and therefore general C#/.NET):
PascalCase for methods, camelCase for everything else, prefixed with _ for private fields to differentiate them from all the other camelCased ones.

@bddckr bddckr added chore Something mundane but must be done w_ready waffle.io label and removed w_ready waffle.io label labels Jan 30, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
chore Something mundane but must be done
Projects
None yet
Development

No branches or pull requests

1 participant