Skip to content

Inappropriate coding styles #6

@ghost

Description

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions