> 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
> 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
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