프로그래밍
Object Calisthenics
바다 돼지
2021. 3. 2. 13:38
728x90
- One level of indentation per method
- Don't use the ELSE keyword
- Wrap all primitives and Strings
- First class collections
- One dot per line
- Don't abbreviate
- Keep all entities small
- No classes with more than two instance variables
- No getters/setters/properties
반응형