mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-25 12:02:42 +02:00
add guideline to prevent calling lcl to do interface specific things
git-svn-id: trunk@6943 -
This commit is contained in:
parent
2874d9c53a
commit
90c01f4f95
@ -7,6 +7,8 @@ Coding style:
|
|||||||
least 90%.
|
least 90%.
|
||||||
- Try to avoid unit circles. This makes it easier to navigate and when unit is
|
- Try to avoid unit circles. This makes it easier to navigate and when unit is
|
||||||
growing allows to split it.
|
growing allows to split it.
|
||||||
|
- Minimize the number of calls from Interfaces to LCL, when performing an
|
||||||
|
action requested by the LCL.
|
||||||
|
|
||||||
New files:
|
New files:
|
||||||
- Every file should start with a header containing the license and a few lines
|
- Every file should start with a header containing the license and a few lines
|
||||||
|
Loading…
Reference in New Issue
Block a user