m*n
2 楼
【 以下文字转载自 board 讨论区 】
发信人: mitbbs (未名空间), 信区: board
标 题: 活动参与版面及版主名称 Re: [通知] 08年度买买提评选活动结
发信站: BBS 未名空间站 (Fri Jan 16 04:07:26 2009), 转信
以下版块及版主将各奖励500mit!
主题 版块 版主
十大优秀版主/版副 nurse GreenBean
评选08年十大轰动事件 worldnews EUV
08年十大坑 Fujian darwin
08成长最快的十大版面 Mississippi thisia
风云ID blessing JudeLaw
十大铿锵玫瑰ID GenderEquality makejian
最浓郁爱家乡ID Shaanxi laxger
风云ID和最美ID
发信人: mitbbs (未名空间), 信区: board
标 题: 活动参与版面及版主名称 Re: [通知] 08年度买买提评选活动结
发信站: BBS 未名空间站 (Fri Jan 16 04:07:26 2009), 转信
以下版块及版主将各奖励500mit!
主题 版块 版主
十大优秀版主/版副 nurse GreenBean
评选08年十大轰动事件 worldnews EUV
08年十大坑 Fujian darwin
08成长最快的十大版面 Mississippi thisia
风云ID blessing JudeLaw
十大铿锵玫瑰ID GenderEquality makejian
最浓郁爱家乡ID Shaanxi laxger
风云ID和最美ID
z*n
3 楼
1.遵循Apple's Introduction to Coding Guidelines for Cocoa
https://developer.apple.com/library/ios/documentation/Cocoa/Con
CodingGuidelines/CodingGuidelines.html
2.static variables naming
A.with internal linkage ,the first letter of the variable name should be
capitalized.
B.with no linkage,the first letter of the variable name should NOT be
capitalized.(see exception details in apple's guidelines)
3.
https://developer.apple.com/library/ios/documentation/Cocoa/Con
CodingGuidelines/CodingGuidelines.html
2.static variables naming
A.with internal linkage ,the first letter of the variable name should be
capitalized.
B.with no linkage,the first letter of the variable name should NOT be
capitalized.(see exception details in apple's guidelines)
3.
z*n
4 楼
1.遵循Apple's Introduction to Coding Guidelines for Cocoa
https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
CodingGuidelines/CodingGuidelines.html
2.static variables naming
A.with internal linkage ,the first letter of the variable name should be
capitalized.
// [Example:
static NSString* const [email protected]"MDCellReuseIdentifier";
//-end example]
B.with no linkage,the first letter of the variable name should NOT be
capitalized.(see exception details in apple's guidelines)
// [Example:
-(void)performMakingBabies
{
static NSInteger times;
static NSInteger USAGirlsCount; //-naming exception
}
//-end example]
3. 使用[email protected]/* */ 标示you're overriding a method of a parent class.
// [Example:
@interface MITBBSMDLoginViewController : UIViewController
...
[email protected]/* */
- (void)viewDidLoad {
[super viewDidLoad];
}
...
//-end example]
4.
https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
CodingGuidelines/CodingGuidelines.html
2.static variables naming
A.with internal linkage ,the first letter of the variable name should be
capitalized.
// [Example:
static NSString* const [email protected]"MDCellReuseIdentifier";
//-end example]
B.with no linkage,the first letter of the variable name should NOT be
capitalized.(see exception details in apple's guidelines)
// [Example:
-(void)performMakingBabies
{
static NSInteger times;
static NSInteger USAGirlsCount; //-naming exception
}
//-end example]
3. 使用[email protected]/* */ 标示you're overriding a method of a parent class.
// [Example:
@interface MITBBSMDLoginViewController : UIViewController
...
[email protected]/* */
- (void)viewDidLoad {
[super viewDidLoad];
}
...
//-end example]
4.
z*n
5 楼
工具集制作征集
0.希望今年能够开始
1.在某个条件符合情况下开源,比如18个月没有更新
2.后端能够在自由地区支持两家云产品,在中华人民共和国皇帝统治地区支持两家云产品
先想到这些
【在 z*******n 的大作中提到】
: 1.遵循Apple's Introduction to Coding Guidelines for Cocoa
: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
: CodingGuidelines/CodingGuidelines.html
: 2.static variables naming
: A.with internal linkage ,the first letter of the variable name should be
: capitalized.
: // [Example:
:
: static NSString* const [email protected]"MDCellReuseIdentifier";
:
0.希望今年能够开始
1.在某个条件符合情况下开源,比如18个月没有更新
2.后端能够在自由地区支持两家云产品,在中华人民共和国皇帝统治地区支持两家云产品
先想到这些
【在 z*******n 的大作中提到】
: 1.遵循Apple's Introduction to Coding Guidelines for Cocoa
: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
: CodingGuidelines/CodingGuidelines.html
: 2.static variables naming
: A.with internal linkage ,the first letter of the variable name should be
: capitalized.
: // [Example:
:
: static NSString* const [email protected]"MDCellReuseIdentifier";
:
z*n
6 楼
工具集制作征集
0.希望今年能够开始
1.在某个条件符合情况下开源,比如18个月没有更新
2.后端能够在自由地区支持两家云产品,在中华人民共和国皇帝统治地区支持两家云产品
先想到这些
【在 z*******n 的大作中提到】
: 1.遵循Apple's Introduction to Coding Guidelines for Cocoa
: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
: CodingGuidelines/CodingGuidelines.html
: 2.static variables naming
: A.with internal linkage ,the first letter of the variable name should be
: capitalized.
: // [Example:
:
: static NSString* const [email protected]"MDCellReuseIdentifier";
:
0.希望今年能够开始
1.在某个条件符合情况下开源,比如18个月没有更新
2.后端能够在自由地区支持两家云产品,在中华人民共和国皇帝统治地区支持两家云产品
先想到这些
【在 z*******n 的大作中提到】
: 1.遵循Apple's Introduction to Coding Guidelines for Cocoa
: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
: CodingGuidelines/CodingGuidelines.html
: 2.static variables naming
: A.with internal linkage ,the first letter of the variable name should be
: capitalized.
: // [Example:
:
: static NSString* const [email protected]"MDCellReuseIdentifier";
:
相关阅读