Re: [Poll] Naming style for acronyms

2007-09-19 Thread Emmanuel Lecharny
About SUN (Sun ? :) inconstistant naming, just remember that as they are porviding APIs (Apis ? :), it's impossinle for them to rename a wrong class/metod as soon as it has made its way to the public. Remember the Hashtable class ... -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: [Poll] Naming style for acronyms

2007-09-19 Thread Michael Kearns
Niklas Therning wrote: Michael Kearns wrote: [X]: All capital [ ]: Only the initial letter should be capital It's English, and that's how english is written. It's how existing classes within the Java API are written, and it's how the vast majority of names were written before framewor

Re: [Poll] Naming style for acronyms

2007-09-19 Thread Niklas Therning
Michael Kearns wrote: > >> [X]: All capital >> [ ]: Only the initial letter should be capital > It's English, and that's how english is written. It's how existing > classes within the Java API are written, and it's how the vast > majority of names were written before framework developers became laz

Re: [Poll] Naming style for acronyms

2007-09-19 Thread Rodrigo Madera
I agree. But this is something were nobody will think the same indeed. Rodrigo On 9/19/07, Michael Kearns <[EMAIL PROTECTED]> wrote: > > > > [X]: All capital > > [ ]: Only the initial letter should be capital > It's English, and that's how english is written. It's how existing > classes within

Re: [Poll] Naming style for acronyms

2007-09-19 Thread Michael Kearns
[X]: All capital [ ]: Only the initial letter should be capital It's English, and that's how english is written. It's how existing classes within the Java API are written, and it's how the vast majority of names were written before framework developers became lazy when implementing autowiring

Re: [Poll] Naming style for acronyms

2007-09-19 Thread Niklas Therning
> [ ]: All capital > [X]: Only the initial letter should be capital > I think using all capitals reduces readability. Consider the methods exportHTMLSource() and exportHtmlSource(). It's a lot easier and quicker for the brain to make out the last word in the second method name. Or maybe it's ju

Re: [Poll] Naming style for acronyms

2007-09-18 Thread Michael Bauroth
> [ ]: All capital > [X]: Only the initial letter should be capital I don't like special cases and / or picking the SHIFT key longer than for one letter ;) Regards Michael

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Rodrigo Madera
> > [X]: All capital Rodrigo

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Ersin Er
[X]: Only the initial letter should be capital On 9/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > Hi folks, > > As many people pointed out, MINA currently has somewhat inconsistent > naming style for acronyms (e.g IO vs Io and MDC vs Mdc). I'm not sure > standardizing the naming style for acr

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Mike Heath
I used to be of the opinion that acronyms should be all uppercase. This issue outlined by Dave bit me badly on a couple of projects and now I'm of the opinion that only the initial letter should be capitalized in an an acronym. It just works out better that way with existing Java bean framewo

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Trustin Lee
On 9/18/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > OK.. then let me find classes with all capital acronyms and change them. Resolved in trunk: https://issues.apache.org/jira/browse/DIRMINA-440 Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Trustin Lee
OK.. then let me find classes with all capital acronyms and change them. BTW I think we need to think about MinaByteBuffer again because there might be a better name. Let's handle this in a separate thread. Cheers, Trustin On 9/18/07, hezjing <[EMAIL PROTECTED]> wrote: > [X ]: Only the initial

Re: [Poll] Naming style for acronyms

2007-09-17 Thread hezjing
[X ]: Only the initial letter should be capital On 9/18/07, Mark <[EMAIL PROTECTED]> wrote: > Change mine to: > > [ X]: Only the initial letter should be capital > > After talk of "MINA" vs. "Mina" started, I certainly think the initial > letter should be used. > > > On 9/17/07, Mark <[EMAIL PROT

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Mark
Change mine to: [ X]: Only the initial letter should be capital After talk of "MINA" vs. "Mina" started, I certainly think the initial letter should be used. On 9/17/07, Mark <[EMAIL PROTECTED]> wrote: > > [X]: All capital > > -- > ..Cheers > Mark > > On 9/17/07, Emmanuel Lecharny <[EMAIL PROTE

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Emmanuel Lecharny
I will change my vote : [x]: Only the initial letter should be capital (was capitalize all letters). What convinced me was the obvious HttpProtocol example. It's simply talk by itself ! Emmanuel On 9/17/07, Cameron Taggart <[EMAIL PROTECTED]> wrote: > [x]: Only the initial letter should be cap

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Cameron Taggart
[x]: Only the initial letter should be capital I like the "Mina" prefix, not "MINA". Cameron On 9/17/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > [x]: Only the initial letter should be capital > > I agree. > > On 9/17/07, Richard Wallace <[EMAIL PROTECTED]> wrote: > > > > I agree. > > > > [

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Maarten Bosteels
[x]: Only the initial letter should be capital I agree. On 9/17/07, Richard Wallace <[EMAIL PROTECTED]> wrote: > > I agree. > > [X]: Only the initial letter should be capital > > I like Davids reasoning and have some of my own as well. The only time > anyone actually says "input/output" is when

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Richard Wallace
I agree. [X]: Only the initial letter should be capital I like Davids reasoning and have some of my own as well. The only time anyone actually says "input/output" is when they are answering the question, "What is IO?". Similarly, the only time anyone actually says "Secure Socket Layer" is w

Re: [Poll] Naming style for acronyms

2007-09-17 Thread David M. Lloyd
On Mon, 17 Sep 2007 23:57:11 +0900 "Trustin Lee" <[EMAIL PROTECTED]> wrote: > Hi folks, > > As many people pointed out, MINA currently has somewhat inconsistent > naming style for acronyms (e.g IO vs Io and MDC vs Mdc). I'm not sure > standardizing the naming style for acronyms are definitely re

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Mark
[X]: All capital -- ..Cheers Mark On 9/17/07, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > > > [X]: All capital > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com >

Re: [Poll] Naming style for acronyms

2007-09-17 Thread Emmanuel Lecharny
> [X]: All capital -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

[Poll] Naming style for acronyms

2007-09-17 Thread Trustin Lee
Hi folks, As many people pointed out, MINA currently has somewhat inconsistent naming style for acronyms (e.g IO vs Io and MDC vs Mdc). I'm not sure standardizing the naming style for acronyms are definitely required, but I'd like to know what you think about it. Personally I'd prefer all capita