From 30a8266fc17155969363841830b5584a63cb2fbc Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 10 Aug 2006 19:59:43 +0000 Subject: [PATCH] Add more possibilities for alternate Def, but we're sticking with Def for now. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@202 48356398-32a2-884e-a903-53898d9a118a --- docs/naming.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/naming.txt b/docs/naming.txt index 210178b1..ff2b82b9 100644 --- a/docs/naming.txt +++ b/docs/naming.txt @@ -39,12 +39,14 @@ Abbreviations are avoided Attr(s) -> Attribute(s) Def -> Definition -Ambiguity concerning the definition of Definition +Ambiguity concerning the definition of Def/Definition While a definition normally defines the structure/acceptable values of an entity, most of the definitions in this application also attempt to validate and fix the value. I am unsure of a better name, as "Validator" would exclude fixing the value, "Fixer" doesn't invoke the proper image of "fixing" something, and "ValidatorFixer" is too long! + Some other suggestions were "Handler", "Reference", "Check", "Fix", + "Repair" and "Heal". Transform not Transformer Transform is both a noun and a verb, and thus we define a "Transform" as