Jargons of Software Industry
when programers use math jargons, such as git directed acyclic graph, haskell monad, http ideompotency, lisp homoiconicity, they dunno which side is mouth, which side is ass.

Naming, terminalogy, are critical, because misnomers create perpetual misunderstanding.
Programing Jargons
What is Regular in Regular Expression?
the term “regular expression” came from “regular grammar”. The word “regular” there is a misnomer. It should be replaced by “linear”. [see Formal Definition of Systematic Grammar]
Jargon “Lexical”
the “lexical” in “lexical scope” and “lexical grammar” are totally different. The former pertains to “textual”, the latter “identifier/word/token”.
Jargon “Hygienic Macro”
in Scheme lisp, there's hygienic macro. That added “hygienic” made it abstruse. A better name is simply macro, or Racket lisp's even better “define-syntax-rule”. The Common Lisp case, is simply a bug.
Jargon “Datatype”
“datatype” is a confusing term. It may refer to 2 things: (1) computer language's types. For example, int, string, list, array, vector, hashtable. (2) data structure of algorithms. For example, linked list, tree, hashtable, associative list, set. This confusion, engendered countless arguments in language crowd. For example, {list, array}.
Jargon “Object”
[see Node.js Dot Notation as Namespace Mechanism]
[see Meaning of Object in Computer Languages]
Tag, Element, Node, Object, Attribute, Property, Method
What is the Difference Between Tag, Element, Node, Object, Attribute, Property, Method?
more
- Paul Graham's Infatuation with the Concept of Hacker
- What is Ontology of Programing Language?
- Variable Naming: English Words Considered Harmful
- Math Terminology and Naming of Things
- Why You should Not Use the Jargons lisp-1 lisp-2
- Jargons and High Level Languages
- Importance of Terminology's Quality in Computer Languages
- Jargons of Software Industry
- I Can Not Find A Word Better Than “CAR”
- Politics and the English Language, 1946, by George Orwell.
doc by dummies, Technical writing at its worst
doc by dummies, Technical writing at its worst