Is caching a NSDateformatter application-wide good idea?
I’ll chime in here with an answer based on experience. The answer is yes, caching NSDateFormatter app-wide is a good idea, however, for added safety there is a step you want to take for this. Why is it good? Performance. It turns out that creating NSDateFormatters is actually slow. I worked on an app that … Read more