浏览代码

Added developer FAQ

Alois Mahdal 11 年前
父节点
当前提交
a7d8088a75
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      notes/FAQ-dev.md

+ 11
- 0
notes/FAQ-dev.md 查看文件

@@ -0,0 +1,11 @@
1
+Development FAQ
2
+===============
3
+
4
+*   **Q:** Why conditions are parsed and instantiated on slave gerneration
5
+    (read "so late")?
6
+
7
+    **A:** Because they are huge and there can be lots of them.  (I just could
8
+    not stand looking at the dump with all those same op handlers everywhere.)
9
+
10
+    However, I agree this is not nice.
11
+