From 0e50b06c34edadc177ca36ac3b0f3a6c1010974f Mon Sep 17 00:00:00 2001 From: wbudic Date: Wed, 15 Dec 2021 11:40:09 +1100 Subject: [PATCH] upd. --- Current Development Check List.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Current Development Check List.md b/Current Development Check List.md index 2e1df00..23e48c5 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -8,6 +8,7 @@ * [x] Fix uninitialized $scalars and warnings. My style of programming uses this as a perl feature, as unutilized is also null or empty. Linter disagrees with that. Empty or null isn't also 0 for it. Null, empty and zero should be the same thing in scalar context and logic. * [ ] Implement template based CGI processing (slower but better separation of concerns). + * This separation of concern currently not really necessary as at the main.cgi is the whole file, that also incorporates buffering and complex database rendering. Thereby a slight performance penalty would be having to read and process also an template. Buffering is also directly compressed to client. Giving fast pages that some webservers might not have inbuilt or provide (rare). We will see. Templates are good, as the page layout is easier to change and rearrange. * [ ] Module installation script should check, on main.cnf and on perl soundness and compatibility. * Should check and display autonomes that contain expected defaults changed or disabled in configuration. i.e AUTO_LOGIN or DBI_MULTI_USER_DB * A trouble_shoot_configuration.pl should be available to perform this, and be independently available from the main directory. -- 2.34.1