|
|
|
|
|
by lolive
1558 days ago
|
|
The problem they face is that they need to chain function calls, and spend ages discovering that a given function returns speed in m/s, whereas the next one expects miles/hour as an input. That is just a small example of the issue they face (that could solved by other means than statically typing the Python code), they really want to make things more robust. |
|
Hope you can fix it. However, be prepared for other kinds of issues, which arise when there was not much discipline in writing the code.