Difference between revisions of "Swift"
From Lost In Wonderlands
(→Swift) |
|||
Line 24: | Line 24: | ||
== Swift == | == Swift == | ||
+ | |||
+ | == Swift with Style == | ||
+ | |||
+ | * [Apple Official Swifty Style https://swift.im/development/style/] | ||
+ | * [google style , https://www.google.com/search?client=safari&rls=en&q=qwhich+indentation+and+coding+style+for+swift&ie=UTF-8&oe=UTF-8] | ||
+ | * [Jet Brain AppCode Style https://www.jetbrains.com/help/objc/code-style-swift.html] | ||
+ | * [NSHipster Style https://nshipster.com/swift-format/] | ||
+ | * [Erica Sadun Style https://ericasadun.com/2016/03/31/swift-style-are-you-a-4-denter/] | ||
+ | * [raywenderlich style https://github.com/raywenderlich/swift-style-guide] | ||
+ | * [a Missing Guide on Swift Code Style? https://www.vadimbulavin.com/swift-code-style/] | ||
+ | |||
+ | * [Indenting Swift code https://forums.swift.org/t/pitch-an-official-style-guide-and-formatter-for-swift/21025] | ||
+ | |||
+ | |||
+ | == Swift API design == | ||
+ | * [Apple Swiftify API Design guideline https://swift.org/documentation/api-design-guidelines/ ] | ||
== Sample codes == | == Sample codes == |
Revision as of 15:39, 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 https://swift.im/development/style/]
- [google style , https://www.google.com/search?client=safari&rls=en&q=qwhich+indentation+and+coding+style+for+swift&ie=UTF-8&oe=UTF-8]
- [Jet Brain AppCode Style https://www.jetbrains.com/help/objc/code-style-swift.html]
- [NSHipster Style https://nshipster.com/swift-format/]
- [Erica Sadun Style https://ericasadun.com/2016/03/31/swift-style-are-you-a-4-denter/]
- [raywenderlich style https://github.com/raywenderlich/swift-style-guide]
- [a Missing Guide on Swift Code Style? https://www.vadimbulavin.com/swift-code-style/]
- [Indenting Swift code https://forums.swift.org/t/pitch-an-official-style-guide-and-formatter-for-swift/21025]
Swift API design
- [Apple Swiftify API Design guideline https://swift.org/documentation/api-design-guidelines/ ]