2
Comments
  • 1
    Why do you want non static typing in Java!
  • 0
    @tahnik it's not that I generally don't like static typing but the weekly rant is about annoyances in language X and sometimes static typing can get pretty annoying ;)
  • 2
    @ElCapitan Static typing is, imo, actually much nicer than dynamic typing. You know which data type a specific variable has and you get a solid exception when it's the wrong type. I like this much more than, for example, Javascripts attempts to make sense of your input.
Add Comment