|
|
|
|
|
by mamcx
51 days ago
|
|
> Most people who think they have a problem with dynamic typing actually have a problem with weak typing. No, the real actual problem is with invisibility aka: the absence of readability: In a "dynamic typing" program the interpreter knows what `a` is but YOU not. In very strong sense. You can imagine that `a` is a `int` because, well, you write the program, right? But in fact, is only probabilistic assumption. Some day, `a` will be a program that delete the files of your computer. |
|