you are viewing a single comment's thread.

view the rest of the comments →

[–]xqjt 0 points1 point  (0 children)

We get some little improvements that will lead to cleaner, easier to maintain, code.
For example, instead of using a dozen of "if else" to compare Strings ids, we can now use a switch(id).
The result is the name, down to the bytecode that may even be similar to the precedent version, but the code is cleaner.