From 0b2288da16894d45e95caf5c0f1f5cba3f17c2dd Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:55:00 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/FAQ | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/FAQ (limited to 'src/FAQ') diff --git a/src/FAQ b/src/FAQ deleted file mode 100644 index 5cefe5c..0000000 --- a/src/FAQ +++ /dev/null @@ -1,13 +0,0 @@ -================================================================================ -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 -- cgit v1.2.3