Родитель
96ddb764bf
Коммит
91c87fbb12
|
@ -17,11 +17,11 @@ Class names in Objective-C share a process global namepsace. Three letter prefix
|
|||
@end
|
||||
|
||||
@interface XYZObject : NSObject // good: XYZ three letter prefix
|
||||
@nd
|
||||
@end
|
||||
|
||||
@interface XYZColorful : NSObject // bad: colorful is not a noun
|
||||
@end
|
||||
|
||||
@interface XYZColorfulPalette : NSObject // good: palette is a noun
|
||||
@end
|
||||
```
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче