naming-principles-faq

From Microformats Wiki
Revision as of 02:12, 4 June 2009 by Tantek (talk | contribs) (drafted based on a question left on the naming-principles page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<entry-title> naming principles FAQ </entry-title> Question(s) that have come up regarding the naming principles.

questions

should brevity be important

Should brevity be a consideration? Not to the point of losing meaning (class="b") but to prevent needless verbosity (class="thing-that-we-have-no-short-name-for").

A: Brevity should be a consideration yes, but not to the point of abbreviating terms such that they appear jargony or are difficult to understand or recognize. In general this will require case by case analysis and discussion. In particular avoid abbreviating to the point of ambiguity even if it makes sense in some vertical context, e.g. "var" for "variety" is a poor choice since "var" could mean "variable" (e.g. like the var element in semantic HTML), or is also widely known as an abbreviation for "Value Added Reseller".

see also