Changes between Initial Version and Version 1 of Ticket #33193, comment 9
- Timestamp:
- 08/28/2015 05:42:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33193, comment 9
initial v1 1 1 @johnbillion - this is awesome. 2 2 3 Would any one be opposed to turning that nice big block of `if` conditions and turning itinto a `switch`? Not only would it be easier to read/follow, but it's a possible performance boost.3 Would any one be opposed to turning that nice big block of `if` conditions into a `switch`? Not only would it be easier to read/follow, but it's a possible performance boost.