$ grep -l "#optionals" ~/terhechte/journal/*.md
Posts tagged #optionals
posts 3 years 2 tag optionals
[ 2016 ]
01 · posts
2016-04-14
Force optionals in multi-unwrapped 'guard let' or 'if let'
Mixing optional and non-optional functions in a guard is impossible and requires breaking up the lines. Here's a neat solution on how to circumvent this.
[ 2014 ]
02 · posts
2014-06-17
Understanding the powerful Switch statement in Swift
2014-06-13
Swift optionals made simple
With Swift, Apple introduced several new programming languages features to iOS and Mac developers. One of them are Optionals. This is a simple introduction into Optionals that glosses over details to make it more approachable.