-
Notifications
You must be signed in to change notification settings - Fork 10
iOS
Kimn edited this page Nov 16, 2020
·
1 revision
raywenderlich-style-guide-guide
raywenderlich/swift-style-guide
- Correctness
- Using SwiftLint
- Naming
- Code Organization
- Spacing
- Comments
- Classes and Structures
- Function Declarations
- Function Calls
- Closure Expressions
- Types
- Functions vs Methods
- Memory Management
- Access Control
- Control Flow
- Golden Path
- Semicolons
- Parentheses
- Multi-line String Literals
- No Emoji
- No #imageLiteral or #colorLiteral
- Organization and Bundle Identifier
- Copyright Statement
- Smiley Face
- References
- IBInspectable
- IBOutlet
- Properties
- Lifecycle
- IBAction
- Methods - setup, configuration
- Objc