17

Trying out Reflection in C#, feels so much more intuitive than in Java!

Comments
  • 8
    Everything in C# is more intuitive.

    Also, I know reflection is nice and powerful... Don't overuse it though specially in hot paths because it is will cause performance issues.
  • 1
    @MrCSharp Yeah C# seems more "simple" than Java, it´s also a more recent languange...
    Thanks for the tip !
  • 1
    @dsqrt4 you had my curiosity, but now you have my attention
  • 5
    @dsqrt4 you also have twice the necessary jvm code and slow as fuck stack operations
  • 1
    @dsqrt4 sounds like you never needed crossplatform performance, java IS fast
  • 1
    I legit fail to see how this is more intuitive than in Java or better. Or also how can C# be a better language. Can't we just like them both without bitching about preferences?
  • 0
    @ganjaman of course you must have some benchmarks to link and you're not talking out of your ass. Please no "from my personal experience" shit.
  • 0
    @sSam just.... Open a compiled package..?
  • 0
    @ganjaman and I'll see almost exactly the same bytecode?
Add Comment