I hate java... >_<

Questions about programming languages and debugging
Post Reply
User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

I hate java... >_<

Post by Gogeta70 »

I can honestly say i hate this language. Why, WHY would you not allow me to declare a variable as signed or unsigned? That makes network coding a real pain in the ass when you only have SIGNED bytes to work with...

Also, sharing data between classes is a REAL pain in the ass... you either have to make a static variable - which isn't always an option, or you have to subclass the existing class and make your own constructor and pass in the variable that you want >_<. *sigh*

Anyway, uh... </minirant>
¯\_(ツ)_/¯ It works on my machine...

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: I hate java... >_<

Post by bad_brain »

hehe.....I had to learn Java in my studies, I hated it right from the first minute. this pointless declare-a-thon.....and this code bloating right from the start with "public static void main" where at least half of it is unnecessary already or simply stupid. :roll:
Image

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: I hate java... >_<

Post by Gogeta70 »

Yeah, no kidding about the declare-a-thon, it feels like half of my code is simply declarations of classes and variables.

I hate to say it... but i'll be glad to start developing this app for the iPhone - which uses objective-c instead of java, like the android does.
¯\_(ツ)_/¯ It works on my machine...

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: I hate java... >_<

Post by bad_brain »

any Perl based phone OS out there? only language I really like...:lol:
Image

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: I hate java... >_<

Post by Gogeta70 »

None that i know of.... lol
¯\_(ツ)_/¯ It works on my machine...

Post Reply