Tink - sounds like this was a veeeery long time ago? NativeSignals would have made sense to keep your module size under control... and then switch back to pure signals for performance when needed.
-- Rick Winscot On Monday, January 16, 2012 at 5:55 PM, Tink wrote: > We started a fairly large project with signals but ended up removing > it as it bloated the size of our models. > > It was nice to have a concrete property to add a listener to, but if > our model had 20 properties (we probably had a lot more), we ended up > having 20 getters for each signal, pretty much doubling the size of > the classes and making the important parts more difficult to read. > > I think they have their place, and am not knocking them, but would > prefer to leave them outside the SDK. > > Tink