You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integer returned by Enum#ordinal should not just use the i# format, but should be something associated with the type of the enum, like for Direction, it could be directionOrdinal.
All in the name of reducing the number of primitive local variables that have numbers after them.
The text was updated successfully, but these errors were encountered:
The integer returned by
Enum#ordinal
should not just use thei#
format, but should be something associated with the type of the enum, like forDirection
, it could bedirectionOrdinal
.All in the name of reducing the number of primitive local variables that have numbers after them.
The text was updated successfully, but these errors were encountered: