Re: Delphi module weakness: Unit name should not be coupled to filename.
JJ <[email protected]>
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Organization | albasani.net |
| Message-ID | <[email protected]> |
On Wed, 13 May 2020 09:47:06 -0700 (PDT), [email protected] wrote: > > For this coupling reason I consider the "modularity" of Delphi a failure ! Related to modularity... Its so called "smart" linking is dumb enough to always link typed constants. Whether they're actually used or not. And the sad thing is, even FPC mimics this bad compiler behavior without any compiler option to correct it.