|
|
|
|
|
by mucholove
1656 days ago
|
|
The dot syntax makes it difficult to parse whether you are dealing with a C struct or an Objective-C object. Objective-C was grafted onto C with very clear demarcation lines. We don’t mind being able to declare a property with `@property`. We do mind that they introduced dot syntax |
|