21
d1401
5y

Java is a nightmare.

Comments
  • 4
  • 5
    Not knowing it properly(just like anything else) is the real nightmare.
    Learn it
    Learn it good

    And you will be fine with it. Same for all tech
  • 3
    Java is pretty great
  • 2
    Ha, look at x86 Assembly
  • 1
    @AleCx04 no it is a nightmare.

    The endless layers of abstraction are hiding under your bed at night.
  • 1
    @kdion4891 those in the know call them design patterns. And i really don't understand people that "use c#" and complain about this notion.
    Both language have the absolute same design patterns in place to the point that i switch between them as if it were the same ideal.
  • 0
    @AleCx04 do you always take things personally when someone criticizes a language you like?

    "tHoSe iN tHe KnOw" Love the condescending tone.

    As for your "absolute same design patterns" argument. C# has:

    - native constructs
    - properties, structures, unions, events, delegates
    - reflection
    - native resource management
    - dynamic variables
    - native garbage collection
    - operator overloads
    - faster execution
    - conditional compilation

    These differences have an enormous impact on design patterns.
  • 1
    @kdion4891 it was not my intent to make it sound condescending or defending in an aggressive way and i apologize for that my dude. And i am aware of the things that are different in one over the other.

    But difference in language semantics do not take away from the fact that both languages are oop in exactly the same way to warrant code structures to follow the same architectural patterns when leveraging codebases.
  • 0
    @AleCx04 no worries
  • 1
    While Im not a big fan of Java myself, I whouldn't go as far as describing it as a nightmare. Try to write code in mindfuck or worse javascript!
  • 1
    @Bubbles no pls, k thx
  • 1
    Oh but @Plasticnova I insist
  • 1
    @Bubbles ok, but I'll need a bottle of whisky and a crt monitor. Won't feel right otherwise
  • 1
    @Plasticnova understood, I’m on it
Add Comment