-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
None
-
b24
In several places, String.compareTo == 0 is used to check String.equality
Instead of this, we can use String.equals and switch expression. They are faster and code is easier to read.
Instead of this, we can use String.equals and switch expression. They are faster and code is easier to read.