|
|
|
|
|
by theshrike79
1256 days ago
|
|
Eeexactly. 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. |
|
Most importantly, they help when I revisit something after even a few weeks and forget what certain parts of the code did.