Archive for November, 2008
A variation on NSLog()
Using NSLog() is probably the easiest and most used [first line] debuggingtool. However, the output of NSLog() was not really to my liking and I thought it could be made more useful. The output of:
NSLog(@”%s : generated = %d”, _cmd, generated);
looks typically like this:
2008-11-09 19:00:41.223 CCLog[219:10b] generate: : generated = 88
It shows the date and [...]
Posted: November 13th, 2008 under CoCoa.
Comments: 1
Cocoa pronunciation
Probably a weird post to start this blog with, but during my visit to WWDC ‘08 and listening to a few cocoa related podcasts it dawned to me that I always wrongly pronounced cocoa (probably due to my native language which seems to prefer to speak out both the ‘o’ and ‘a’ vowels). Thanks to [...]
Posted: November 2nd, 2008 under CoCoa, Humor.
Comments: none