Delphi-Cross-Socket icon indicating copy to clipboard operation
Delphi-Cross-Socket copied to clipboard

Use CONST parameters to methods and procedures

Open allendrennan opened this issue 6 years ago • 1 comments

It is far more efficient to pass parameters to functions in Delphi as consts, where ever possible.

allendrennan avatar May 21 '18 11:05 allendrennan

赞同。而且可以避免一些const变量当做局部变量用。

HeZiHang avatar Aug 28 '18 14:08 HeZiHang