You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use Windows units first, then RTL/VCL units, then Components units, then Shared units, then project specific units.
21
21
- Using variable name Res as a shortcut for Result is allowed.
22
+
- Class methods should be static when possible.
22
23
# Code editing guidelines for Pascal source files
23
24
- Do not modify existing comments unless the code they describe is also being changed.
24
25
- When modifying code that calls Windows APIs, read the actual documentation before writing code. Do not assume parameter semantics based on similar APIs.
0 commit comments