July 2011
2 posts
Design patterns in general are a recipe for failure, as they are indicators of...
– Matthew Maurer in a thread by Andy Matuschak. Whole comment thread is interesting.
11 tags
Low Verbosity KVO
DRY Cocoa: SPLowVerbosity
I love Objective-C. It’s a very explicit language: there is no magic in the language. If you want such magic as distributed objects, model classes generated at runtime, generic change notification, or heck, even referenced counted memory management, you can implement it yourself in a library. It’s also by convention a very verbose language. If the method name...