Skip to content

Property Naming #6

Description

Convention

  • First letter should be lower case
  • Use camel case
  • No underscores
  • BOOL properties have special names (e.g., setHidden & isHidden:)
  • Getters don't begin with the word "get"
  • Setters do begin with the word "set"
  • Category Properties - point to the existing category naming section

Rationale

Matches Apple's recommendations and style

Example

TBD

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions