Difference between revisions of "Swift"
From Lost In Wonderlands
(→Swift with Style) |
(→Swift with Style) |
||
Line 35: | Line 35: | ||
* [https://www.vadimbulavin.com/swift-code-style/ a Missing Guide on Swift Code Style? ] | * [https://www.vadimbulavin.com/swift-code-style/ a Missing Guide on Swift Code Style? ] | ||
− | * [ https://forums.swift.org/t/pitch-an-official-style-guide-and-formatter-for-swift/21025 Indenting Swift code] | + | * [https://forums.swift.org/t/pitch-an-official-style-guide-and-formatter-for-swift/21025 Indenting Swift code] |
== Swift API design == | == Swift API design == |
Revision as of 15:41, 3 December 2019
Contents
Swift
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Swift... (But Were Afraid to Ask)
a collection of links of interest
See also
Swift
Swift with Style
- Apple Official Swifty Style
- google style
- Jet Brain AppCode Style
- NSHipster Style
- Erica Sadun Style, are you a 4 denter ?
- raywenderlich style
- a Missing Guide on Swift Code Style?
Swift API design
- [Apple Swiftify API Design guideline https://swift.org/documentation/api-design-guidelines/ ]