alexfish
alexfish
This is fixed now :thumbsup:
I think we should allow this edge case, it's really handy in blocks, e.g in LR: ``` objective-c typeof (self) __strong strongSelf = weakSelf; if (!strongSelf) return; ```
Any progress on this?
yeah go for it
what have you got against switches? :frowning:
switches :heart: enums
Can we add this section? We should also mention that the `break` should be inside the brackets for readability
:thumbsup: the private pragma never really made sense to me, as you say they separate logical pieces of code irrespective if they are private or public. using the `p_` prefix...