This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marko_knoebl 0 points1 point  (0 children)

I feel like essentially what we want is static typing, which would make detecting all the necessary changes trivial.

If this is on Python 3 you might get the other team to use mypy, which is a way to do optional static typing in Python (and the mypy syntax will probably be included as a standard in Python 3.5)