From 9e7a31a7fcf6430117815317c05cbb76999c110e Mon Sep 17 00:00:00 2001 From: Will Budic Date: Fri, 28 Feb 2020 19:40:55 +1100 Subject: [PATCH] Anon specs, updated. --- CNF_Specs.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.34.1