| > I'm not sure how you intend to check the creation date of a string in memory since there is no information available to do that See the signature of the constructor function I provided. > or that a tax return is valid given the thousands of rules involved. Tax software does it every year. Clearly the government has an effective procedure to decide the validity of a tax return, even if that procedure is executed by a human. > It's not a myth, if you are using dynamic typing you will get three times the number of features out the door as someone who uses static typing. It's just a fact. That's just laughably false. There is zero empirical evidence supporting this claim. > In practice, the shipped code doesn't have noticably more bugs. That just something which people who have never used dynamic typing properly like to believe. No True Scotsman fallacy. |
"That's just laughably false. There is zero empirical evidence supporting this claim."
There is a reason all the startups are using Python. Just ask Eve Online or Discord. Dynamic typing is great for getting products to market fast.
Neither of them have problems with too many bugs. What you are saying doesn't even make sense, since you would just increase your QA budget if it increased the rate of bugs. So how in earth could the end user see more bugs?
Dynamic typing has an issue but that issue is code performance. Eve Online gets slow downs during massive battles and Discord rewrote parts of their interface in Rust to save on server costs.