aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/RULES7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/RULES b/doc/RULES
index 33747663..a6283633 100644
--- a/doc/RULES
+++ b/doc/RULES
@@ -93,3 +93,10 @@ after. Empty lines are definitely preferred to save bandwidth.
An ascii file ends with \n, and preferrable not with other empty lines.
That means: make sure the last line doesn't contain any characters, thanks.
+
+5.-99.) Threads are bad.
+
+(Unless they are worker threads. And sleep()ing is definitely not working.
+So if you every having a thread which sleeps, you did something wrong. There
+are eTimers, and not knowing how to use them is no excuse to throw aways all
+enigma code design concepts.)