From a strict programming point of view there are good reasons for consistent naming. But the problem is related to generalization and specialization, which is very obvious especially in an environment like GrassHopper, where standard components are very āgenericā.
But in a specific context (in a network) a generic name may not even hint about what functionality a component contributes to the context. I see that all the time. (Superclass āTranslateā. But a dog is Running, and a Kangaroo is Jumping, and a ā¦ fill in). Subclasses of a generic concept. Words chnage depending on context. See more on DSL below.
And, when multiplying things, are you the āincreasingā something? Or āstrengtheningā something? Aso.
Naming things according to context is also related to a recent buzz word DDD (āDomain Driven Designā) and DLS (Domain Specific Language).
Quoting from the DDD article:
Concepts of the model include:
Context
The setting in which a word or statement appears that determines its meaning;
Domain
A sphere of knowledge (ontology),
influence, or activity. The subject area to which the user applies a program is the domain of the software.
This is one of the most important, while overlooked, aspects of design processes involving IT-experts (which are using one language or ālingoā) while people with the actual domain knowledge speaks a completely different language. Hence the need for DSL.
It is not the domain experts that should adapt their language (their skills and expertice is actually defined in their language, and not in very artificial āIT-termsā that has more with computer technology or math to do than the problem domain itself.
To sum up:
The ability to rename a Multiplication component to āStrengthenā (a muscle contraction or whatever) is crucial. Itās essential in modern IT development. It even has a name - DDD or DSL. ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
GH is better than many people understand. ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
// Rolf