Re: [swift-users] Reason for Swift not having readwrite reflection

2015-12-17 Thread Jens Alfke via swift-users
> On Dec 17, 2015, at 10:54 AM, Gergely Orosz via swift-users > wrote: > > Not having readwrite reflection makes it impossible to create any mocking > frameworks for unit testing I also strongly want reflection, but for a different purpose: data modeling. Core Data’s NSManagedObject is an ex

Re: [swift-users] Reason for Swift not having readwrite reflection

2015-12-17 Thread Joe Groff via swift-users
> On Dec 17, 2015, at 10:54 AM, Gergely Orosz via swift-users > wrote: > > As a user of swift, building projects on top of it, the single biggest > limitation I've come across is that all my unit tests are significantly more > bloated compared to Objective C... because mocking & stubbing is n

[swift-users] Reason for Swift not having readwrite reflection

2015-12-17 Thread Gergely Orosz via swift-users
As a user of swift, building projects on top of it, the single biggest limitation I've come across is that *all *my unit tests are significantly more bloated compared to Objective C... because mocking & stubbing is not possible due to the static nature of the language and that readwrite reflection