Open chatcannon opened 2 years ago
The "if name in (long list) elif name in (other long list)" block is unwieldy. It should be refactored to use sets or mappings.
The "if name in (long list) elif name in (other long list)" block is unwieldy. It should be refactored to use sets or mappings.