Open senwei01 opened 2 years ago
Hi, our team believes that this is not an issue for the following reasons:
It is technically true that find
and findcom
commands filter the list that the user sees. So the commands do filter
the displayed list. You also agree that "Filtering" means the find command, which supports our point that these two words are quite equivalent.
The target audience of the DG are developers. Many common languages all have some kind of filter
command - Java has stream.fliter()
, Python has filter
, JavaScript has Array.filter()
... So we believe that the word filter
is quite commonly known by developers and this should not pose an issue.
Team chose [response.Rejected
]
Reason for disagreement: While I agree that developers should know what filter is, I still find it erroneous to include it with the sort function, especially if you already have a find function below, it just feels redundant to put filtering together with the sort. As such, I still believe this is a documentation bug with a veryLow severity!
I believe Filtering should be the same as the FIND command, which is already labelled further below in the user guide. This may be potentially confusing for readers.