python match - don't use it if you want `switch`
use it for parsing trees, and if you need to do advanced destructuring, especially if working with data that looks like a tree.
October 11, 2025
python match - don't use it if you want `switch`
use it for parsing trees, and if you need to do advanced destructuring, especially if working with data that looks like a tree.