I audited the source for the two projects I built today with Codex in Xcode and it's hard to find anything I could classify as 'slop'. It perhaps speaks to how well Cocoa development is structured, how consistent everything is, but it all just looks… normal. I would have no problem whatsoever building upon and maintaining by hand what I've got here — there are no weird hacks, nothing that makes me scratch my head, nothing I wouldn't have done myself. The horror stories may just be horror stories
@stroughtonsmith how much do you attribute these apps to you “knowing what to ask and how to ask it”? That is, are you just asking for behavior and UI in generic terms, like a PM would? Or are you using swift terminology, asking for particular API, etc., based on your existing knowledge of the platform? And are you directing it for how to set up Classes and project hierarchy, or are you treating XCode like a black box?
@joelion it requires deep platform knowledge and the ability to debug/investigate complex layout problems