Untyped Python and Javascript are amazing if you're doing things solo or maybe with one other person who has the same style.
Now try that with a 20 person group poking the same codebase. The amount of weird bugs you run into because it's not clear what type(s) a function can take in or return is bonkers.
Untyped Python and Javascript are amazing if you're doing things solo or maybe with one other person who has the same style.
Now try that with a 20 person group poking the same codebase. The amount of weird bugs you run into because it's not clear what type(s) a function can take in or return is bonkers.