Quantcast

Getting ready for RC1: Consistency in Module.php

classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting ready for RC1: Consistency in Module.php

DeNix
14.07.2012 1:55, Evan Coury пишет:
> I'll handle this for the ModuleManager stuff -- Can I get volunteers
> for the other classes in the framework please? :)
Sign me in for Session\Configuration, will have PR ready later today

Denis
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting ready for RC1: Consistency in Module.php

Axel
In reply to this post by Artur Bodera
+1

Am 13.07.2012 20:29, schrieb Artur Bodera:
I'm for "config".

That's because:

1) We have Zend\Config
2) We use *.config* files
3) Config is shorter yet is as recognizable and well established in IT as "Configuration".
4) Plural for the longer form is "Configurations" which is a mouthful.
5) "Config" is such a common abbreviation that many young people can't even resolve it to "configuration" :P


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting ready for RC1: Consistency in Module.php

EvanDotPro
In reply to this post by weierophinney
On Fri, Jul 13, 2012 at 2:42 PM, Matthew Weier O'Phinney
<[hidden email]> wrote:
> I'm calling it, as we need a decision.
>
> Evan -- "Config" is it.
>
> However, it needs to be applied across the framework.
>
> I look forward to your PR. :)

Done: https://github.com/zendframework/zf2/pull/1903

Everyone -- please look over this and let me know if I missed anything. Thanks!

--
Evan Coury
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Getting ready for RC1: Consistency in Module.php

EvanDotPro
On Tue, Jul 17, 2012 at 3:09 AM, Evan Coury <[hidden email]> wrote:

>
> On Fri, Jul 13, 2012 at 2:42 PM, Matthew Weier O'Phinney
> <[hidden email]> wrote:
> > I'm calling it, as we need a decision.
> >
> > Evan -- "Config" is it.
> >
> > However, it needs to be applied across the framework.
> >
> > I look forward to your PR. :)
>
> Done: https://github.com/zendframework/zf2/pull/1903
>
> Everyone -- please look over this and let me know if I missed anything. Thanks!

Alright everyone, this has been merged as of this morning. You'll need
to update your modules now! See the PR description for everything
that's changed.

--
Evan Coury
12
Loading...