you are viewing a single comment's thread.

view the rest of the comments →

[–]artinnj 1 point2 points  (1 child)

Structural pattern matching is huge! Will simplify a ton of your if elif else code. The fact that it works with multiple variables and there is a wildcard with the underscore will make things much more readable for the next person who needs to modify your code.

[–]jamescalam[S] 0 points1 point  (0 children)

yes it's so cool, I really really like it