swift_style
Swift Style
This skill provides comprehensive style guidelines for writing clean, idiomatic, and maintainable Swift code.
Overview
Swift style guidelines cover naming conventions, access control, type selection, and code organization patterns that make your code more readable and professional.
Available References
Naming & Conventions
- Variables and Constants -
varvslet, naming conventions, immutability - Functions - Function naming, parameter labels, return types
Types & Protocols
More from swiftzilla/skills
swift_swiftui
SwiftUI framework concepts including property wrappers, state management, and reactive UI patterns.
51swift_concurrency
Swift modern concurrency with async/await, Task, Actor, Swift 6 strict mode, Sendable, and structured concurrency patterns.
40swift_combine
Swift Combine framework for reactive programming, handling asynchronous events with publishers, subscribers, and operators.
32swift_testing
Swift Testing framework for unit tests, integration tests, and async testing with modern syntax.
26swift_structure
Swift language structures including collections, optionals, closures, generics, control flow, and core language features.
24swift_package_manager
Swift Package Manager (SPM) for dependency management, package creation, and modular code organization.
24