Hi Scott,

On Wed, Mar 16, 2016 at 2:40 AM, Scott Arciszewski <sc...@paragonie.com> wrote:
> Question: If this extension is adopted, which syntax would you prefer?
>
>     \Sodium\func()
>     Sodium::func()
>     sodium_func()

I prefer both of

     Sodium::func()
     sodium_func()

IMO, we are better to provide both OO and procedural API which have
identical features. i.e. I prefer multi paradigm programming language.
It would be natural for PHP since PHP was born as procedural language
and evolving as OO.

Regards,

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