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.

programer jargons ZnRCp

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

doc by dummies, Technical writing at its worst

doc by dummies, Technical writing at its worst