It would make sense to harmonize the usage of “,” and “;” (i.e. symbols to split objects / lines). For example in case of a datapoint ruleset (see line 838) the symbol “;” is used to separate the individual rules. In case of a join expression (see line 1736) each clause of the join body is separated by the symbol “,” which is also the separator for methods applied in a get() function (see line 1512).
Issue Description
It would make sense to harmonize the usage of “,” and “;” (i.e. symbols to split objects / lines). For example in case of a datapoint ruleset (see line 838) the symbol “;” is used to separate the individual rules. In case of a join expression (see line 1736) each clause of the join body is separated by the symbol “,” which is also the separator for methods applied in a get() function (see line 1512).
Proposed Solution
Harmonise the use of , and ;