Especially in the data module, there is extensive use of long if/elif/else statements. We could improve the readability by changing these with the Structural Pattern Matching feature (3.10+). Need to consider #39 . If compatibility prior to 3.10 is needed this should be implemented
Especially in the
data
module, there is extensive use of longif/elif/else
statements. We could improve the readability by changing these with the Structural Pattern Matching feature (3.10+). Need to consider #39 . If compatibility prior to 3.10 is needed this should be implemented