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

Inappropriate coding styles #6

Open
ghost opened this issue May 14, 2014 · 1 comment
Open

Inappropriate coding styles #6

ghost opened this issue May 14, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented May 14, 2014

  • When you wish to create public variables, use getter/setter instead.
  • public classes should be named in PascalCase,
  • Arguments of methods should be named in camelCase.

See also: http://msdn.microsoft.com/en-us/library/ff926074.aspx

@syuilo
Copy link
Owner

syuilo commented May 14, 2014

Hello, and Thank you !
I will modify the this program code.
Thank you for the your advice !! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant