|
|
|
|
|
by posborne
3841 days ago
|
|
Very cool. Any conclusions from the experiment? Disclosure: I'm the primary author/maintainer of suitcase (https://github.com/digidotcom/python-suitcase). In your example, you can shave off a line by doing the following: example = FIDOAttestation.from_data(a)
|
|
I'm trying various not-regex syntaxes. My motivation is: we all agree regex is bad, but we keep using it because it's available everywhere and hence the least common denominator (a schelling point). What would it take to get beyond regex as the goto pattern matching/parsing? At least for casual use.