Closed alexanderjarvis closed 9 years ago
Thanks for this, @alexanderjarvis! Everything here looks great, minus the one place where there could be a guard
rather than the big if let
.
Done!
I'm not 100% sure guard
is a good thing :tm: because I'm used to "everything is an expression" from Scala. Sure it lets you prevent some nesting which is handy, but it feels more imperative than functional with the early exit and explicit return.
Thanks!
Includes fixes from the migration tool + other xcode things + something to make it actually compile instead of seg fault due to correct function sigs.