Every delphi shop I've worked at has started unit file names with a "U". Am I imagining this? If so, what purpose does the U serve? I know class names begin with T, so the logic is the Unit names for the class start with a U?
Phillip Woon I modify the .dpr file, adding a MainController.Create; instruction.
This is the entry point to all the application. I verify the type of connection, the configuration of menus, and other things before really start the main form.
Phillip Woon
ReplyDeleteI modify the .dpr file, adding a MainController.Create; instruction.
This is the entry point to all the application. I verify the type of connection, the configuration of menus, and other things before really start the main form.
Juan C. Cilleruelo I've even abstracted away FastMM usage with bitbucket.org - jeroenp / BeSharp.net / source / Native / Delphi / Library / FastMM / FastMM4BootstrapUnit.pas — Bitbucket
ReplyDeleteJeroen Wiert Pluimers
ReplyDeleteI'm taking note!