Skip to content

terms and choice of words #239

@HolQue

Description

@HolQue

It seems to me that it's time to clarify and define the usage of some terms. Also to ensure that we all use these terms in an unitary way - in documentation, code and issues, and also in discussions with customers.

This is my proposal:

A 'dollar operator expression' consists of a dollar operator and a pair of curly brackets: ${param}.

In case of a dollar operator expression contains one or more than one dollar operator expression, it's a 'nested dollar operator expression': ${param.${param}}.

A subsequence of dollar operator expressions is not 'nested' in my opinion: ${param}[${param}], "ABC-${param1}_${param2}".

The first one '${param}[${param}]' I would simply call a 'dollar operator expression'.

And the second one '"ABC-${param1}_${param2}"' I would call a 'composite string'.

Do you agree? Any additions?

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions