add guideline to prevent calling lcl to do interface specific things

git-svn-id: trunk@6943 -
This commit is contained in:
micha 2005-03-11 17:07:48 +00:00
parent 2874d9c53a
commit 90c01f4f95

View File

@ -7,6 +7,8 @@ Coding style:
least 90%.
- Try to avoid unit circles. This makes it easier to navigate and when unit is
growing allows to split it.
- Minimize the number of calls from Interfaces to LCL, when performing an
action requested by the LCL.
New files:
- Every file should start with a header containing the license and a few lines