A (Block Syntax) Milestone

+ (void)listGroupsWithCompletion:(void (^)(NSArray* groups))completion
{
    //awww yissss
}

I've been writing obj-c for roughly 809 days. (Doesn't seem like a lot, actually.) And today marks the first day I successfully wrote completion handler's syntax without looking at fuckingblocksyntax.com first.

Level up!

Comments