I should have been more precise.

On Fri, Aug 5, 2016 at 8:58 AM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote:
>
> Input validation is like assertion that should never happen.
> It should be validated(asserted) according to the software input spec and
> it should be checked as soon as inputs arrive to the software, and leave
> behind mistakes, logical inconsistency, etc.

Input validation is like assertion that should never happen.
Inputs should be validated(asserted) according to the software input spec and
inputs should be checked as soon as inputs arrive to the software, and leave
behind mistakes, logical inconsistency, etc.

--
Yasuo Ohgaki
yohg...@ohgaki.net

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to