Products beginning with the letter "I"
-
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: Marc -
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: MarcMarc Clifton wrote:
IXXmlContainer
well, there is always IXXXmlContainer, but your computer is likely to be searched for images.... ;P
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: MarcIt looks like an interface because uppercase I is followed by another uppercase letter. Why not spell it out, like
InteracxXmlContainer
. Too long?
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe -
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: MarcI_ ? - :need a scared icon:
-
I_ ? - :need a scared icon:
norm .net wrote:
:need a scared icon:
:omg: :wtf: :omg:
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: Marc -
It looks like an interface because uppercase I is followed by another uppercase letter. Why not spell it out, like
InteracxXmlContainer
. Too long?
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfednh wrote:
Why not spell it out, like InteracxXmlContainer
Yes, sadly. Marc
-
It looks like an interface because uppercase I is followed by another uppercase letter. Why not spell it out, like
InteracxXmlContainer
. Too long?
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfednh wrote:
InteracxXmlContainer
Because XML is correctly written as "XML" and not "Xml." Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
You dont have a problem Marc, in you new world of Java the convention is not to use an I prefix for interfaces!
J4amieC wrote:
You dont have a problem Marc, in you new world of Java the convention is not to use an I prefix for interfaces!
Oh, wow. I didn't know that. Hey, can I ask other Java questions on the Lounge? ;P Marc
-
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: MarcPrefix everything with GA instead :)
-
J4amieC wrote:
You dont have a problem Marc, in you new world of Java the convention is not to use an I prefix for interfaces!
Oh, wow. I didn't know that. Hey, can I ask other Java questions on the Lounge? ;P Marc
Marc Clifton wrote:
can I ask other Java questions on the Lounge
Certainly; but please start your subject with "URGENT! PLZ HELP!!!", so we can provide you with a rapid and effective snide remark helpful response. :-\
:..::. Douglas H. Troy ::..
Bad Astronomy |VCF|wxWidgets|WTL -
J4amieC wrote:
You dont have a problem Marc, in you new world of Java the convention is not to use an I prefix for interfaces!
Oh, wow. I didn't know that. Hey, can I ask other Java questions on the Lounge? ;P Marc
-
dnh wrote:
InteracxXmlContainer
Because XML is correctly written as "XML" and not "Xml." Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesJames R. Twine wrote:
Because XML is correctly written as "XML" and not "Xml."
Well, as far as my coding standards go, I try to adhere to first letter caps, all other letters lowercase, even for abbreviations and acronyms, even though I realize this goes against the standard. But it does avoid things like:
class XMLIDGUIDMap
which I would write as:class XmlIdGuidMap
Marc -
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: Marc...are far worse. You cannot use it as namespace name.
You have, what I would term, a very formal turn of phrase not seen in these isles since the old King passed from this world to the next. martin_hughes on VDK
-
James R. Twine wrote:
Because XML is correctly written as "XML" and not "Xml."
Well, as far as my coding standards go, I try to adhere to first letter caps, all other letters lowercase, even for abbreviations and acronyms, even though I realize this goes against the standard. But it does avoid things like:
class XMLIDGUIDMap
which I would write as:class XmlIdGuidMap
MarcMarc Clifton wrote:
class
XMLIDGUIDMap
which I would write as: classXmlIdGuidMap
Funny thing is - I can much easily visually parse the first mostly-caps version than the second more mixed-case one. Must be something (else) strange about me -- at first glance, I read that second one as: "ex" "meld" "GUID" "Map," but I read the first one immediately as: "XML" "ID" "GUID" "Map." Hey, I never said I was normal! :P Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Marc Clifton wrote:
can I ask other Java questions on the Lounge?
Only programming questions are forbade, so you;ll be OK.... :laugh:
darkelv wrote:
Only programming questions are forbade, so you;ll be OK....
:laugh: Oh, now I feel bad having jumped all over those poor guys posting VB questions in the lounge! Marc
-
Marc Clifton wrote:
can I ask other Java questions on the Lounge
Certainly; but please start your subject with "URGENT! PLZ HELP!!!", so we can provide you with a rapid and effective snide remark helpful response. :-\
:..::. Douglas H. Troy ::..
Bad Astronomy |VCF|wxWidgets|WTLI need a new flavor of coffee! Any suggestions? just had to ask a java question in the lounge.... ;P
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
-
Marc Clifton wrote:
class
XMLIDGUIDMap
which I would write as: classXmlIdGuidMap
Funny thing is - I can much easily visually parse the first mostly-caps version than the second more mixed-case one. Must be something (else) strange about me -- at first glance, I read that second one as: "ex" "meld" "GUID" "Map," but I read the first one immediately as: "XML" "ID" "GUID" "Map." Hey, I never said I was normal! :P Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFilesJames R. Twine wrote:
Funny thing is - I can much easily visually parse the first mostly-caps version than the second more mixed-case one.
I know what you mean. I agree as well. Used to be, all those X's and I's and L's, if they were black and yellow stripes, would mean we were about to become a tiger's dinner. Now look at us. Marc
-
Like Interacx. The problem is, if I create a class like
IXFoobaz
, it looks like an interface, what with that leading I. And then if the last letter is and X and you abbreviate like I did above, then a class (which I actually have) calledIXXmlContainer
just starts to look gawdawful and confusing. Especially since the class implementsIXmlContainer
, which is, you guessed it, an interface. :sigh: MarcIt's not eye-nteracx, it's N-teracx. So start everything with Nx. Problem solved. :)
-
I need a new flavor of coffee! Any suggestions? just had to ask a java question in the lounge.... ;P
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."
How about hazelnut jalapeno mocha?
Software Zen:
delete this;