But by this same logic anything can be “proven”. If I see evidence of an abrhamic god, then I can prove its existence. This is not a novel or sufficient observation to meet the criteria that imperical based science is held to. The claim must also be falsifiable, just how a metaphysical God can always escape attempts to disprove it by relying on the imperical nature of science i.e. we can’t really prove or disprove anything objectively, the counter effect is that it can’t be proven under the scientific imperical framework either. I will admit I’m not well versed in the evidence for ST which you have referenced, but how would it be falsifiable? It seems any attempt can always be handwaved away as it’s simply too complex a simulation… God works in mysterious ways right. To me this puts it squarely in the metaphysical realm, which isn’t a bad thing per say, but again speaks to the intent of the meme.
I personally don’t think that’s the issue with the typing system. With vanilla js if I’m looking at a function that has say four parameters that are not trivial objects like strings but are actually complex (think dependency injection) it’s very difficult for me to know what these objects are other than reading through the code of the function.
Actually, even if the parameters are simple, I’m not sure of that until I look into the function and see what it’s doing. This is a huge pain in the ass most the time, because I just wanna look at the function name its parameters and move on. However, that being said, most of this can be remedied with jsdocs and a good linter/lsp.