summaryrefslogtreecommitdiffstats
path: root/src/FAQ
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-06-13 22:45:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-13 22:45:28 +0900
commit5f44f7b187093ef290315b7f8766b540a31de35f (patch)
tree27ffb7b218199ca04f240c390c52426c65f45dce /src/FAQ
downloadcodeine-5f44f7b187093ef290315b7f8766b540a31de35f.tar.gz
codeine-5f44f7b187093ef290315b7f8766b540a31de35f.zip
Initial code import from debian snapshot
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/FAQ')
-rw-r--r--src/FAQ13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/FAQ b/src/FAQ
new file mode 100644
index 0000000..5cefe5c
--- /dev/null
+++ b/src/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