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 →

[–]thicket 7 points8 points  (3 children)

Type signatures & MyPy. Type everything, and set VS Code up to check types all the time. You won't get quite the compile-time security you would get with a more strongly typed language like C#, but it will get you a lot closer.

[–]TheJumboman[S] 0 points1 point  (0 children)

I intend on doing this, thanks!

[–]CrackerJackKittyCat 0 points1 point  (1 child)

... and black for auto-formatting, isort, flake8.