summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:55:00 +0200
committergregory guy <[email protected]>2020-06-21 15:36:20 +0200
commit0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch)
tree7dc6943b6af7edd7500456aaa813d79c8f09c88b /FAQ
parent88aa431c9d79bad942de04f4b28954b428079fd1 (diff)
downloadcodeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz
codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 0000000..5cefe5c
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,13 @@
+================================================================================
+FAQ
+================================================================================
+This FAQ regards the source code and its layout.
+
+
+Q: Why reimplement code in the part rather than consolidate it with the app?
+A: Mainly to make the application start faster, loading a part is not free. But
+ also to make the part start faster as it has much lower requirements.
+ I admit the maintainance consequences aren't pretty, but the part has very
+ little code, so theoretically it should be easy to keep bug fixes in sync.
+
+=========1=========2=========3=========4=========5=========6=========7=========8 \ No newline at end of file