20

-Yeah sure, I'll adjust to java pretty quickly. Have been working with C# for years.

Narrator- But little did he know that how much Java differs.

Comments
  • 1
    I know how you feel.
    Same for me but other direction.
  • 0
    Yes, like java actually works

    Also welcome to devrant
  • 6
    @RazorSh4rk ha. What doesn't work in C#? The programmer in front of it I guess
  • 1
    @RazorSh4rk what even works in Java? >:(
  • 0
    @RazorSh4rk Java might work, but it does so like a pile of shit

    C# actually is readable and the code more predictable
  • 0
    @Krokoklemme getters without 'get' are so readable
  • 0
    @RazorSh4rk they actually are imo

    I don't know why you insist on using explicit get/set functions though. It's not like you couldn't use them in C# too.
  • 0
    @Krokoklemme if you tried to run my c# code with javac, it would probably run, im talking about the built in functions and how i can never find what im looking for. Also msdn is a piece of junk
  • 0
    @RazorSh4rk what built-in functions? Do you mean the generated getters and setters for properties?

    And I don't know how you manage to not find things, considering the class structures are kinda similar.

    And let's not talk about documentations. They always suck, including MSDN and Oracles docs
Add Comment