Namespace change.
ADmad opened this issue · 6 comments
Given the plugin naming and usage changes do we want to keep using FOC\Authenticate
namespace and use FOC\Authenticate.Foo
or change the namespace to FOCAuthenticate
and use FOCAuthenticate.Foo.
Since Authenticate
would be too generic we would need a prefix. So the question is whether we want to save typing one character :)
I would prefer sticking to FOC\Authenticate
.
Missed the troll @josegonzalez
Yeah, I prefer FOC\Authenticate
as well. That one character isn't really making a difference. If anything, losing the \
will only make is less predictable.
FOC\Auth or FOC\Authenticate
Thanks for the input guys. I just went with FOC\Authenticate
since all it needed was changing few slashes, so that should be good for now.