> On Jun 29, 2017, at 2:42 PM, Taylor Swift via swift-users > <[email protected]> wrote: > > When in doubt, go with a struct. Probably nineteen types out of twenty I > write are structs.
The the 20th is likely when you're using one of Obj-C's features, like KVO. _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
