Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Unify boolean flag naming confention, getter spacing, and property attribute naming #6

Merged
merged 1 commit into from
Jul 17, 2014

Commits on Jul 17, 2014

  1. Unify boolean flag naming confention, getter spacing, and property at…

    …tribute naming
    
    Summary:
    * Fixes #3
    * Ordering: atomicity, then [optional] readonly, then value semantics (retain/copy/assign)
    * Removed redundant `readwrite`
    * No spaces between "getter = name" ("getter=name" instead)
    * Property method overrides renamed as well
    * self.isBlah, while technically not entirely correct, still resolves to [self blah], so left alone (@kimon had advice on this sort of naming issue last summer), and largely inconsequential
    
    Test Plan:
    * Compile and run
    toulouse committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    a35c109 View commit details
    Browse the repository at this point in the history