16
arg410
7y

People of Java.... Why do you love Java... It's so confusing and a pain to write.

Second off.... Why do I keep going back thinking I can write Java!!

WHEN I KNOW I HATE JAVA!!!

Comments
  • 4
    Confusing? Pain? What's your background?
  • 0
    @Cube189 I do web stuff. HTML, CSS, JS. but also also work with Python and C# a bit. I have messes around with other languages and I get most of them.... Just not Java
  • 2
    Welcome to devRant? Can you give us a specific or two that is confusing?
  • 1
    @Jumpshot44 I hard to find exact examples when I'm just on my phone... But I know that some packages are a bit confusing. Also it seems like when I download samples just to mess with. It is already giving me a errors before I change a single thing..... I really just doesn't work for me...
  • 0
    @arg410 Maybe there's some package missing (is there any pom.xml or *.gradle file?). Or maybe you didn't set your folder structure right (does it have a package declaration on the top?).
  • 3
    @Cube189 I've never seen a pom.xml but I have seen gradles before... I think the structure of the whole thing. The classes. And how you have to type more like code.do.this.thing ("blah", word); or similar... It just doesn't make sense. Like a blind man trying parallel park :/
  • 1
    I've also done a lot of Lua and Love2d
  • 5
    @arg410 Once you get into it you'll notice that that structure is what keeps big programs, well, structured. Without that it would be one giant pile of code which is horrible to work with.
  • 6
    If you start directly from Android to learn Java then it's gonna be annoying as hell. Start from scratch
  • 0
    Java rocks not the but work and works fine
  • 2
    There's a Git command to help you out:

    >git gud
  • 0
    @jarodsmk 😑
  • 1
    It was my first language, you always have a soft spot for your first
Add Comment