Code never lies, comments sometimes do.
—Ron Jeffries
This chapter is a little bit different than the others. While all the other chapters dealt with practical examples and approaches, this chapter is more theoretical.
Even though this chapter contains many code examples, its primary goal is to reveal how Core Data stores work underneath.
What it means “creating a custom store”
What are the possible use cases of creating your own store
Differences between atomic and incremental stores
How to ...