|
|
|
|
|
by tialaramex
109 days ago
|
|
Typing is a relatively easy way for the human author and the machine to notice if they disagree about what's going on before problems arise. It is unfortunate that Python doesn't do a good job with types, I was reading earlier today about the mess they made of booleans - their bool type is actually just the integers again. |
|
Can you elaborate on that?