Last active
June 15, 2018 10:09
-
-
Save acalism/1c6c2c3259a603c8014e4a988caeb65d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
一、命名问题: | |
1. 想缩短类名或方法名时 | |
2. 希望使用嵌套类 | |
二、类型 | |
1. 希望使用语法检查更严的泛型时 | |
2. 想使用 String 枚举作为常量时 | |
三、其他 | |
1. 不希望在头文件和代码文件反复切换时 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment