Result Builders To Mock File System
February 27, 2024
I need to maintain a virtual file system in a CoreData database. Setting up test scenarios is tiresome, so I made use of result builders and its nice.
Notes from a software engineer for iPhone, iPad and Mac apps.
The following posts have been tagged with "CoreData".
February 27, 2024
I need to maintain a virtual file system in a CoreData database. Setting up test scenarios is tiresome, so I made use of result builders and its nice.
February 22, 2024
There is a better way than to repeat the same or similar NSPredicate all the time and it is very nice to read.
February 5, 2024
SwiftData is very neat. Concise, simple and fast. I quickly hit show stoppers, though.