$ grep -l "#switch" ~/terhechte/journal/*.md
Posts tagged #switch
posts 2 years 1 tag switch
[ 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.