Blocks and Closures on Stack and Heap
Blocks on the Stack
While reading through Apple’s open source code (headers) I came across queue.h and stumbled over the following warning:
2014-03-04
While reading through Apple’s open source code (headers) I came across queue.h and stumbled over the following warning:
When writing Objective-C code and using git you probably realised that the git diff
output does not mention the function name in which the change occurred. This can easily be changed.
So I got sick with NSLog and wrote myself a simple wrapper around it.