Jul 10, 2017 · 1 min read
I would not say that Pascal give you “an unique and correct way to solve a trouble”. And I don’t even start on Assembler :)
As for new the features of languages making more difficult to understand code, it can mean one of the two things — you either use these features where they should not be used, or these feature are seriously detrimental and should not be in the language in the first place.
If a use of a feature makes code less understandable, it should not be used.
PS. Dynamic library linking is not new — DLLs were the foundation of Window OS starting with version 1 (1985).
