> On Aug 1, 2016, at 16:32 , Jens Alfke <[email protected]> wrote: > > >> On Aug 1, 2016, at 1:19 AM, Rick Mann via swift-users >> <[email protected]> wrote: >> >> It seems like reference semantics are more appropriate here. > > Yes, they are. (Just because structs exist doesn’t mean you have to use them > everywhere.)
Of course. I'm just trying to expand on the Diagramming app example in the talks to a more real-world example. They make a compelling case for a value-based model, but I'm currently stuck trying to figure out how to do this in my complex app without duplicating a lot of code. -- Rick Mann [email protected] _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
