Re: [PHP-DEV] Re: A validator module for PHP7

2018-03-28 Thread Yasuo Ohgaki
On Tue, Mar 27, 2018 at 8:03 PM, Crocodile wrote: > It's almost always the case that you need to provide a meaningful feedback > about what exactly went wrong, rather then to just say "Failed!" While > simplicity is nice and you cannot overrate value of validation, this whole > thing is pretty mu

Re: [PHP-DEV] Re: A validator module for PHP7

2018-03-27 Thread Yasuo Ohgaki
On Tue, Mar 27, 2018 at 8:03 PM, Crocodile wrote: > It's almost always the case that you need to provide a meaningful feedback > about what exactly went wrong, rather then to just say "Failed!" While > simplicity is nice and you cannot overrate value of validation, this whole > thing is pretty mu

Re: [PHP-DEV] Re: A validator module for PHP7

2018-03-27 Thread Crocodile
It's almost always the case that you need to provide a meaningful feedback about what exactly went wrong, rather then to just say "Failed!" While simplicity is nice and you cannot overrate value of validation, this whole thing is pretty much useless to me personally without this ability. Also, I do