|
|
|
|
|
by checkmatez
134 days ago
|
|
Did you even read the second half of the post? The author's answer to your concerns is testing. He suggests relying on tests rather than on strict type system that forces you to design everything upfront. Personally, I can see arguments for both approaches - stricter types or more tests. |
|
C++ is a notoriously difficult language to write in. However when the problem demands tens of millions of lines of code I'll take it over python because of the type system. There are other languages with good type systems that are reportedly better.