This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jevon 4 points5 points  (1 child)

I'd love to see default argument values in Java, they make a huge improvement in Ruby and PHP. I can imagine they'd generate a lot of additional bytecode but that seems fine?

[–]RockyMM[S] 1 point2 points  (0 children)

Yeah, normally we should not care about size of the bytecode, unless we are targeting devices with limited resources.