4 ms·
Compared to wtfjs, I'd say this is pretty tame. The only one I actually encountered myself is `def some_func(default_arg=[]):` one, but it was indeed a very "W
by fireattack 6y ago
Compared to wtfjs, I'd say this is pretty tame.
The only one I actually encountered myself is `def some_func(default_arg=[]):` one, but it was indeed a very "WTF" moment.
- wiredfool 6y agoI’ve seen this in large (open source) code bases. The only one that has really bitten me was implicit string concatenation when forgetting a comma in a list literal.