Skip to content

Commit 95338eb

Browse files
committed
revert DevGuideline
1 parent 70c04a7 commit 95338eb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DevGuideline.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//
2-
// DevGuideline
2+
// DevGuideline.md
33
// KakaJSON
44
//
55
// Created by MJ Lee on 2019/8/14.
66
// Copyright © 2019 MJ Lee. All rights reserved.
77
//
88

99
/*
10-
Metadata Reference:
11-
0. https://github.com/apple/swift/blob/master/docs/ABI/TypeMetadata.rst
12-
1. https://github.com/apple/swift/blob/master/include/swift/ABI/MetadataKind.def
13-
2. https://github.com/apple/swift/blob/master/include/swift/ABI/Metadata.h
14-
3. https://github.com/apple/swift/blob/master/include/swift/ABI/MetadataValues.h
15-
4. https://github.com/apple/swift/blob/master/utils/dtrace/runtime.d
16-
5. https://github.com/apple/swift/blob/master/include/swift/Reflection/Records.h
17-
*/
10+
Metadata Reference:
11+
0. https://github.com/apple/swift/blob/master/docs/ABI/TypeMetadata.rst
12+
1. https://github.com/apple/swift/blob/master/include/swift/ABI/MetadataKind.def
13+
2. https://github.com/apple/swift/blob/master/include/swift/ABI/Metadata.h
14+
3. https://github.com/apple/swift/blob/master/include/swift/ABI/MetadataValues.h
15+
4. https://github.com/apple/swift/blob/master/utils/dtrace/runtime.d
16+
5. https://github.com/apple/swift/blob/master/include/swift/Reflection/Records.h
17+
*/
1818

1919
1. 提交代码之前,请务必先保证在真机、模拟器上通过所有的测试用例(Debug+Release模式)
2020

@@ -42,11 +42,11 @@ Metadata Reference:
4242
- include release\debug mode
4343

4444
2. NamingConvention
45-
① public extension for system types, model types
45+
① public extension for system typesmodel types
4646
- obj.kj.memberName
4747
- e.g. "123".kj.numberCount, model.kj.JSON()
4848

49-
② internal extension for system types, model types
49+
② internal extension for system typesmodel types
5050
- obj.kj_memberName
5151
- e.g. "123".kj_numberCount, model.kj_JSON()
5252

0 commit comments

Comments
 (0)