Skip to content

Instantly share code, notes, and snippets.

View jgorecki-zz's full-sized avatar
💭
A beautiful bunch of bananas.

Joe Gorecki jgorecki-zz

💭
A beautiful bunch of bananas.
View GitHub Profile
@jgorecki-zz
jgorecki-zz / .gitattributes
Created September 3, 2019 14:38 — forked from Yousha/.gitattributes
.gitattributes for PHP developers.
* text=auto
###### Git
.gitattributes text
.gitignore text
.gitconfig text
.gitmodules text
##### Windows
*.bat text eol=crlf

Objective-C Coding Convention and Best Practices

Most of these guidelines are to match Apple's documentation and community-accepted best practices. Some are derived some personal preference. This document aims to set a standard way of doing things so everyone can do things the same way. If there is something you are not particularly fond of, it is encouraged to do it anyway to be consistent with everyone else.

This document is mainly targeted toward iOS development, but definitely applies to Mac as well.

Operators

NSString *foo = @"bar";