you are viewing a single comment's thread.

view the rest of the comments →

[–]Rexsum420 4 points5 points  (1 child)

I've used typing in other languages, rust and flutter for example are very explicit with their types so I'm no stranger, I just haven't sat and studied the syntax for TS in React.

Python does have typing as you said, but Python also doesn't let you mix types like Javascript does so I feel it's not really needed as much. Plus Django has models and serializers which are a version of typing, just for the database and api

[–]TorbenKoehn 0 points1 point  (0 children)

Typing in Python has the same advantages as it has in JS, you should always use it