Hi Scott,

On Mon, May 25, 2015 at 6:42 PM, Scott Arciszewski <sc...@paragonie.com>
wrote:

> How should we reconcile your standard recommendations with NaCl proper and
> how libsodium is used in other languages?
>
> I'll try to loop Frank Denis in on this conversation again, but any
> specific objections (esp. bikeshedding) would probably be best moved
> towards new issues on the jedisct1/libsodium GitHub repository.
>

If you look into PHP core modules, you'll notice that almost all
functions/methods/classes
that are recently added have standard names.  I'm aware of there are
exceptions, like old
names before standards, named wrongly by mistake. These are exceptions.
Unless
we honor the standard, we'll never achieve naming consistency.

PHP module should have its own names if function/method names underlying
library does
not match the standard. You may name them whatever you think appropriate.
Getting rid of
"_" might be good enough for most methods.

Regards,

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

Reply via email to