Convert string matches to enum comparison if possible
Created by: suchenzang
We have a lot of places where we do string matching, like:
or
which can all be found via: ag "== \"" --py
.
Convert these all to comparing against enums if possible.
Created by: suchenzang
We have a lot of places where we do string matching, like:
or
which can all be found via: ag "== \"" --py
.
Convert these all to comparing against enums if possible.