|
|
|
|
|
by ok_dad
1472 days ago
|
|
Yea, I program in Python with a very strict type checking configuration, and I have never gotten a runtime error in production due to type related issues (like attribute errors or key errors), only weird edge case stuff or algorithmic mistakes. |
|