File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44[ chapter_tour ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-XID_1
55[ chapter_basics ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
6+ [ optionals_basics ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/TP40014097-CH5-XID_485
67[ chapter_extensions ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Extensions.html#//apple_ref/doc/uid/TP40014097-CH24-XID_229
78[ solutions ] : http://blog.swiftcast.tv/the-swift-programming-language-solutions-to-experiments/
89[ swift_js ] : http://realm.io/news/swift-for-javascript-developers/
910[ operators ] : http://nshipster.com/swift-operators/
1011[ reserved_words ] : http://blog.swiftcast.tv/articles/reserved-words-escaping
1112[ values_vs_reference ] : https://developer.apple.com/swift/blog/?id=10
1213[ compound_vs_named ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Types.html
13- [ chapter_basics ] : https://developer.apple.com/swift/blog/?id=12
1414[ optionals_case ] : https://developer.apple.com/swift/blog/?id=12
1515[ swift_defines_away ] : https://medium.com/@rrridges/swift-optionals-a10dcfd8aab5
1616[ chapter_functions ] : https://developer.apple.com/library/prerelease/mac/documentation/Swift/Conceptual/Swift_Programming_Language/Functions.html
@@ -231,7 +231,7 @@ and increase the type safety of your code.
231231
232232#### Readings
233233
234- * [ x] : Read the section called "Optionals" in "The Basics Chapter" of the Swift ebook.
234+ * [ x] : Read the [ section called "Optionals"] [ optionals_basics ] in "The Basics Chapter" of the Swift ebook.
235235* [ x] : Read [ "How Swift "Defines Away" Common Programming Errors…sort of"] [ swift_defines_away ] by Matt Bridges
236236* [ x] : Read [ "Optional Case Study: Value for Keys"] [ optionals_case ] from the Swift Blog
237237
You can’t perform that action at this time.
0 commit comments