Beim
RAD-Ansatz übernimmt ja Delphi quasi die Verwaltung der Units und packt sie alternativlos und korrekt in den Interface-Bereich.
Nicht immer. Wenn man auf andere Formulare zugreifen möchte, die entsprechende
Unit aber noch nicht eingebunden hat, packt Delphi diese in den implementation-Abschnitt, wenn man die Nachfrage bestätigt.
Das stimmt, aber wer macht denn freiwillig so etwas?
Zitat von
Delphi Pretty Good Practices #4 - Do Work in Classes:
One way to tell you are not doing this is if you tend to do “OnClick” programming, or relying on event handlers to do the work of your application.