X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/472f4b6c0c48d5767229b635bb2ead083d0bec88..0b7d760a5cde7fc6efa6fe2cfa49b29df0386dab:/doc/RULES 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.)