= as the assignment operator instead of :=. For example: const MaxCount = 10;Use Windows units first, then RTL/VCL units, then Components units, then Shared units, then project specific units.
All errors must be checked. Installers should be reliable above all.
Be alert for out parameters initializing to zero/empty upon function entry, unlike var parameters.
Code must be compatible with Delphi 10.4 Sydney and later.
Code must be compatible with 32-bit and 64-bit builds.
Code must be compatible with Windows 7 and later.
Do not suggest applying coding conventions to unchanged code.
Do not suggest changing an inline constant to an inline variable.
Do not nitpick, especially not about readability or subjective matters.