From: Will Budic Date: Fri, 28 Feb 2020 08:40:55 +0000 (+1100) Subject: Anon specs, updated. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=9e7a31a7fcf6430117815317c05cbb76999c110e;p=LifeLog.git Anon specs, updated. --- diff --git a/CNF_Specs.md b/CNF_Specs.md index a34e084..8fdb8d6 100644 --- a/CNF_Specs.md +++ b/CNF_Specs.md @@ -56,6 +56,8 @@ Which is pretty much welcomed and encouraged. 2. CNF Constants can be declared only once during parsing of script files. 3. CNF Anons can overide in contrast previously assigned value. 21. A CNF Anon is similar to constants but a more simpler property and value only pair. + 1. Anons are so called because they are unknown or unexpected by the configuration framework. + 2. Also constants that turn up in the anon list, are a good indicator that they are not handled from script. Forgotten become anons. 22. Anon is not instruction processed. Hence anonymous in nature for its value. 23. Anon has no signifier, and doesn't need to have an application default. 24. Anon value is global to the application and its value can be modified.