|
|
|
|
|
by candiodari
1678 days ago
|
|
Wouldn't all of python have that problem? What you're saying is that there's very little static checks until the code is run, but all of python has that problem too, doesn't it? Either you write big test cases covering everything, or you live with the knowledge that very unexpected things can be passed in to your methods without you getting notified. And then there's javascript ... |
|
By contrast, if you have a problem in the python code, the exception stacktrace will point you to exactly where the problem originates. If you add a `breakpoint()` call in the source before the exception point and run the request again, you'll get dropped into a live debugging repl