Put Usage of a CoreDataFetchRequest out of Your Code and Into ... Where Exactly?
I created a generic CoreDataFetchRequest a while ago and love it. It casts the results to the expected values or throws an error if something went wrong, which it shouldn’t ever, logically – but the Core Data API currently returns AnyObject
everywhere, so I have to deal with that.