Welcome Guest [Log In] [Register]
Add Reply
Good news!
Topic Started: Feb 2 2008, 06:12 PM (955 Views)
BobTheFerret
Member Avatar
It's The End Of The World As We Know It
[ *  * ]
techwizrd
Feb 3 2008, 05:04 PM
In Java:

Code:
 
damnConstructor()
{
}
damnConstructor()
{
String text
String fg
}
damnConstructor()
{
String fg
String text
}


Don't get me wrong. I lover Java's naming scheme with the functionName and the ClassName but I hate the syntax, declare and typecast, and the overloading of constructors and classes. It is CONFUSING.
None of the referenced methods accept arguments.

Methinks you got that wrong.

Perhaps what you meant is
Code:
 
bloodyConstructor() { foo(); }
bloodyConstructor(String text, String fg) { bar(text, fg); }
?

[IRL] That stuff's easy. (I could understand you griping about Java's pointers, but... nothing else's even remotely confusing.)

Oh, and your robot's about as good at grammar as you are. Proofread him, why don't you?

Techwizrd edited this post because of a IRL violation.
Edited by techwizrd, Feb 3 2008, 06:55 PM.
It is dark. You are likely to be eaten by a grue.
Offline Profile Quote Post Goto Top
 
techwizrd
Member Avatar
Magister ex Machina
[ *  *  * ]
BobTheFerret
Feb 3 2008, 06:20 PM
Oh, and your robot's about as good at grammar as you are. Proofread him, why don't you?
Oh sorry. I was paying more attention to fixing the bug in the regular expression than fixing various grammar mistakes. Anyhow, don't bitch about it! At least it is vaguely amusing. At least, more so than that old kitty program [IRL] wrote last year at [IRL].
My DeviantArt user page Please comment and add me to your favorites!
Posted Image
Offline Profile Quote Post Goto Top
 
techwizrd
Member Avatar
Magister ex Machina
[ *  *  * ]
BTW, I agree I screwed up the example with the Java. Anyway, let's put this to rest. Just choose the right tool for the job and know that every tool is useful. I do happen to like certain aspects of Java.

For example, while I camelCased all my variables in that parser (eg. gotoPosition, driveLength, startPlay), the other people who used my code made it a point to change everything to go_to_a_specified_position, drive_a_certain_length_at_a_certain_gear, and start_an_autonomous_play_and_have_it_parsed_comma_interpreted_and_executed.

One thing bugs me, why are the button in the Swing toolkit not round? They look very ugly.
My DeviantArt user page Please comment and add me to your favorites!
Posted Image
Offline Profile Quote Post Goto Top
 
BobTheFerret
Member Avatar
It's The End Of The World As We Know It
[ *  * ]
techwizrd
Feb 3 2008, 07:04 PM
BTW, I agree I screwed up the example with the Java. Anyway, let's put this to rest. Just choose the right tool for the job and know that every tool is useful. I do happen to like certain aspects of Java.

For example, while I camelCased all my variables in that parser (eg. gotoPosition, driveLength, startPlay), the other people who used my code made it a point to change everything to go_to_a_specified_position, drive_a_certain_length_at_a_certain_gear, and start_an_autonomous_play_and_have_it_parsed_comma_interpreted_and_executed.

One thing bugs me, why are the button in the Swing toolkit not round? They look very ugly.
Swing buttons can have many styles. The default, Metal, has square buttons; there are others, like a Windows theme (on Windows) and an OS X theme (on OS X). I don't know if there are GTK matching themes; I think there's a Motif theme...

I agree with your camelCase.
It is dark. You are likely to be eaten by a grue.
Offline Profile Quote Post Goto Top
 
techwizrd
Member Avatar
Magister ex Machina
[ *  *  * ]
BobTheFerret
Feb 3 2008, 10:52 PM
techwizrd
Feb 3 2008, 07:04 PM
BTW, I agree I screwed up the example with the Java. Anyway, let's put this to rest. Just choose the right tool for the job and know that every tool is useful. I do happen to like certain aspects of Java.

For example, while I camelCased all my variables in that parser (eg. gotoPosition, driveLength, startPlay), the other people who used my code made it a point to change everything to go_to_a_specified_position, drive_a_certain_length_at_a_certain_gear, and start_an_autonomous_play_and_have_it_parsed_comma_interpreted_and_executed.

One thing bugs me, why are the button in the Swing toolkit not round? They look very ugly.
Swing buttons can have many styles. The default, Metal, has square buttons; there are others, like a Windows theme (on Windows) and an OS X theme (on OS X). I don't know if there are GTK matching themes; I think there's a Motif theme...

I agree with your camelCase.
Anyway, good thing all that arguement is to rest. My internet was going haywire, so I didn't have much time to respond to you guys.
My DeviantArt user page Please comment and add me to your favorites!
Posted Image
Offline Profile Quote Post Goto Top
 
2 users reading this topic (2 Guests and 0 Anonymous)
« Previous Topic · General Discussion · Next Topic »
Add Reply