Gary Hockin

Results 34 comments of Gary Hockin

Ok, so the number of dependencies (6), could be thought of as being too many if you only want to use the parsing/building parts. I need to take a look...

Filtering should always come before validation, otherwise, validation may pass pre-filtering, but fail post-filtering.

I think you need to consider that the framework is written for the 90% usecase and not for your specific uses. I agree, your examples are totally valid, but what...

Hi @asgrim please return the license and make a PR

Doesn't PHP7 remove a lot of need for this with STH and RTH though? On Fri, 26 Jun 2015 at 23:27 Gianluca Arbezzano [email protected] wrote: > _1.0.0_ => 5.5 >...

You mistake me. When I have STH in my setters, then I no longer need boilerplate tests to check types, therefore I have very much LESS need for this library....

I am not an idiot, I understand what it does. However, my point still stands, with the advent of PHP 6 I can simply create a setter around my object...

I'm not saying it invalidates the library, what I am saying is that is seriously limits the audience.

BTW - I was sitting with @Ocramius as he coded this, I know what the library does :wink:

Let me make myself clear: Scenario One: PHP 7.x only - parameter/property protection is not so useful because I can easily protect parameters via STH/RTH - interfacing jailing useful Target...