From 90c01f4f95b2b32d6e64c3a8caaab1dd97d160fb Mon Sep 17 00:00:00 2001 From: micha Date: Fri, 11 Mar 2005 17:07:48 +0000 Subject: [PATCH] add guideline to prevent calling lcl to do interface specific things git-svn-id: trunk@6943 - --- docs/DesignGuidelines.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DesignGuidelines.txt b/docs/DesignGuidelines.txt index 2d926c67a0..7ec4153734 100644 --- a/docs/DesignGuidelines.txt +++ b/docs/DesignGuidelines.txt @@ -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