Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / nytimes/objective-c-style-guide issues and pull requests

#50 - Added a link to a pretty comprehensive cheat sheet

Pull Request - State: closed - Opened by iwasrobbed almost 11 years ago - 2 comments

#50 - Added a link to a pretty comprehensive cheat sheet

Pull Request - State: closed - Opened by iwasrobbed almost 11 years ago - 2 comments

#49 - Add section on using #pragma mark to group methods

Pull Request - State: closed - Opened by mbaltaks almost 11 years ago - 2 comments

#49 - Add section on using #pragma mark to group methods

Pull Request - State: closed - Opened by mbaltaks almost 11 years ago - 2 comments

#48 - Underscores section contradicts Variables section

Pull Request - State: closed - Opened by brow almost 11 years ago - 3 comments

#48 - Underscores section contradicts Variables section

Pull Request - State: closed - Opened by brow almost 11 years ago - 3 comments

#47 - Updated boolean section to properly access properties as defined by the ...

Pull Request - State: closed - Opened by ericsolomon about 11 years ago - 2 comments

#47 - Updated boolean section to properly access properties as defined by the ...

Pull Request - State: closed - Opened by ericsolomon about 11 years ago - 2 comments

#46 - Adds a section describing handling NSError returns

Pull Request - State: closed - Opened by robrix about 11 years ago

#46 - Adds a section describing handling NSError returns

Pull Request - State: closed - Opened by robrix about 11 years ago

#45 - The compiler's good with array.count and array.firstObject, etc. I am too. Can we be?

Issue - State: closed - Opened by paulbruneau about 11 years ago - 11 comments
Labels: question

#45 - The compiler's good with array.count and array.firstObject, etc. I am too. Can we be?

Issue - State: closed - Opened by paulbruneau about 11 years ago - 11 comments
Labels: question

#44 - Declarations/definitions of class method should precede instance methods

Issue - State: closed - Opened by mpkeefe about 11 years ago - 4 comments

#44 - Declarations/definitions of class method should precede instance methods

Issue - State: closed - Opened by mpkeefe about 11 years ago - 4 comments

#43 - How does one push value to NSMutableDictionary using new ObjC Literal style?

Issue - State: closed - Opened by reejosamuel about 11 years ago - 1 comment

#43 - How does one push value to NSMutableDictionary using new ObjC Literal style?

Issue - State: closed - Opened by reejosamuel about 11 years ago - 1 comment

#42 - Make variable name consistent across example

Pull Request - State: closed - Opened by jawwad about 11 years ago

#42 - Make variable name consistent across example

Pull Request - State: closed - Opened by jawwad about 11 years ago

#41 - Remove trailing spaces

Pull Request - State: closed - Opened by peteog about 11 years ago

#41 - Remove trailing spaces

Pull Request - State: closed - Opened by peteog about 11 years ago

#40 - Remove trailing spaces

Pull Request - State: closed - Opened by peteog about 11 years ago

#40 - Remove trailing spaces

Pull Request - State: closed - Opened by peteog about 11 years ago

#39 - Spacing on init is not correct

Pull Request - State: closed - Opened by peteog about 11 years ago - 1 comment

#39 - Spacing on init is not correct

Pull Request - State: closed - Opened by peteog about 11 years ago - 1 comment

#38 - BOOL Section Updates

Pull Request - State: closed - Opened by mbbischoff about 11 years ago

#38 - BOOL Section Updates

Pull Request - State: closed - Opened by mbbischoff about 11 years ago

#37 - Added More Detail on Init Style

Pull Request - State: closed - Opened by mbbischoff about 11 years ago

#35 - Always use self.property except in initializer and dealloc methods

Issue - State: closed - Opened by wakachamo about 11 years ago - 2 comments

#34 - Trivial copy edits

Pull Request - State: closed - Opened by phelps about 11 years ago - 2 comments

#33 - Dot notation for methods that should be properties

Issue - State: closed - Opened by paulbruneau about 11 years ago - 8 comments
Labels: enhancement, question

#32 - Booleans - explicit nil comparison

Issue - State: closed - Opened by yvbeek about 11 years ago - 4 comments

#31 - Use `strong` instead of `retain` in code example

Pull Request - State: closed - Opened by yas375 about 11 years ago - 2 comments

#29 - Missing explanation for Executing Code After a Delay, Concurrency, Notifications

Issue - State: closed - Opened by icodebuster about 11 years ago - 1 comment

#28 - Name symbols to end in the class or primitive type they represent

Issue - State: closed - Opened by mpkeefe about 11 years ago - 8 comments
Labels: enhancement

#27 - Deeper explanation for one-line conditional reasoning.

Pull Request - State: closed - Opened by bcapps about 11 years ago

#26 - Conditionals Assertion: Citation Needed

Issue - State: closed - Opened by jnozzi about 11 years ago - 11 comments

#25 - Add link to clarify the NARC acronym/mnemonic

Pull Request - State: closed - Opened by jawwad about 11 years ago - 2 comments

#23 - What about the conditional to check if an integer is higher than 0?

Issue - State: closed - Opened by nuthinking about 11 years ago - 8 comments

#22 - Add a section on how to organize and name tests

Issue - State: closed - Opened by mbbischoff about 11 years ago

#21 - Add an exception to naming convention for names beginning with commonly used abbrevations

Issue - State: closed - Opened by mpkeefe about 11 years ago - 2 comments
Labels: enhancement

#20 - Add section on NSNotification names

Issue - State: closed - Opened by jacobvanorder about 11 years ago - 3 comments

#19 - Add a section to Conditionals on the Ternary operator

Pull Request - State: closed - Opened by murdocdv about 11 years ago - 14 comments

#18 - Always try to define the first constant in an enumeration to 1

Pull Request - State: closed - Opened by NachoSoto about 11 years ago - 6 comments

#17 - An example file so that you can see the rules applied

Issue - State: closed - Opened by mbbischoff about 11 years ago - 1 comment
Labels: enhancement

#16 - Altered ivars being accessed directly in init.

Pull Request - State: closed - Opened by jacobvanorder about 11 years ago - 5 comments

#15 - More In-depth Explanations Where Possible

Issue - State: closed - Opened by bcapps about 11 years ago - 4 comments

#14 - Dot-Notation Syntax special consideration.

Issue - State: closed - Opened by billyto about 11 years ago - 9 comments

#13 - We're Hiring

Pull Request - State: closed - Opened by mbbischoff about 11 years ago - 2 comments

#12 - pragma marks and file structure

Issue - State: closed - Opened by stigi about 11 years ago - 7 comments
Labels: enhancement

#11 - Updates * naming convention to make exception for any constant

Pull Request - State: closed - Opened by MaxGabriel about 11 years ago - 2 comments

#10 - Add guidelines for forward declaration vs. #import in headers

Issue - State: closed - Opened by jonfriskics about 11 years ago - 8 comments
Labels: enhancement

#9 - Newline-then-bracket for method implementation?

Issue - State: closed - Opened by jonfriskics about 11 years ago - 1 comment

#8 - Add a section on blocks

Issue - State: closed - Opened by zeeshanlakhani about 11 years ago - 3 comments
Labels: enhancement

#7 - Using "!" is not more clear than "== NO"

Issue - State: closed - Opened by jerryhjones about 11 years ago - 8 comments
Labels: question

#6 - Ivars should be directly accessed in init'ers

Issue - State: closed - Opened by davedelong about 11 years ago - 3 comments
Labels: bug

#5 - Missing code block language definition.

Pull Request - State: closed - Opened by eerwitt about 11 years ago - 1 comment

#4 - Make indentation consistent for singleton example

Pull Request - State: closed - Opened by dlo about 11 years ago

#3 - Missing space in Booleans section

Issue - State: closed - Opened by romaonthego about 11 years ago - 1 comment

#2 - Add a sections on protocols

Issue - State: closed - Opened by mbbischoff about 11 years ago - 2 comments
Labels: enhancement

#1 - Cover Hard Mode / Warnings as Errors

Issue - State: closed - Opened by mbbischoff about 11 years ago
Labels: enhancement