So my code is extracted into a side project to encapsulate the category stuff I’ve done for NSDate. I polished it some making it more flexible and allowing for hints (more in a separate post).
Being the first piece of objective-c code I’ve shared, and only being an Objective-C programmer for 2 months I’m happy with what I have. This bit of code has been a great learning tool for:
- Synchronization (NSLock)
- NSFormatter
- Various ways to implement the Singleton Pattern in Objective-C
- The quirks of string conversion to dates in Objective-C/Cocoa
- How various popular projects organize projects for presentation on GitHub
I still need to make a README before I push my code to GitHub, then I’m back to my main project.
Project Code 365 Progress
Doing a checkin now while it’s on my mind.
I’m 30 for 38 days, 3 for 5 weekly checkins and now 10% through the year! I wish I had not missed those two checkins, but I’m still staying the course on continued work on my project(s). It’s fun to be doing this and that’s what still counts.