From 3a57b22ac56ea7f3960f7530e43e06a44ff9712c Mon Sep 17 00:00:00 2001 From: Justin Driscoll Date: Mon, 3 Sep 2012 18:23:47 -0400 Subject: [PATCH] Changes --- .../2012-09-03-communicating-with-blocks-in-objective-c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_posts/2012-09-03-communicating-with-blocks-in-objective-c.md b/blog/_posts/2012-09-03-communicating-with-blocks-in-objective-c.md index 8aa5104..a3e2975 100644 --- a/blog/_posts/2012-09-03-communicating-with-blocks-in-objective-c.md +++ b/blog/_posts/2012-09-03-communicating-with-blocks-in-objective-c.md @@ -1,7 +1,7 @@ --- layout: post published: true -title: Communicating using Blocks in Objective-C +title: Communicating with Blocks in Objective-C excerpt: I love blocks because blocks make Objective-C much more expressive. They can also reduce the amount of code you need to write, which reduces the amount of code you need to maintain and debug. Any developer who has ever worked in a higher level language like Ruby, Python or Javascript should feel right at home using blocks. Once they get past the awkward syntax at least. ---