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

Commit

Permalink
Merge pull request #25 from jawwad/add-narc-link
Browse files Browse the repository at this point in the history
Add link to clarify the NARC acronym/mnemonic
  • Loading branch information
mbbischoff committed Aug 4, 2013
2 parents 707b387 + 537243b commit 1559413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Property definitions should be used in place of naked instance variables wheneve
## Naming
Apple naming conventions should be adhered to wherever possible, especially those related to [memory management rules](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/MemoryMgmt/Articles/MemoryMgmt.html) (NARC).
Apple naming conventions should be adhered to wherever possible, especially those related to [memory management rules](https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/MemoryMgmt/Articles/MemoryMgmt.html) ([NARC](http://stackoverflow.com/a/2865194/340508)).
Long, descriptive method and variable names are good.
Expand Down

0 comments on commit 1559413

Please sign in to comment.