👨💻 The biggest pain in iOS dev is probably the fact we have not properly abstracted away the concern of threads and their direct relationship to CPU cores / memory isolation. Part of this is a natural artifact of OO code, and thus my favoritism towards functional programming.