Community
Participate
Working Groups
Build Identifier: 20100218-1602 The Eclipse Platform Plug-in Developer Guide uses the word "function" when it should instead use the word "functions" or "functionality". Examples: "all of our visible function" "most of the interesting function" "a logical grouping of function" Reproducible: Always Steps to Reproduce: N/A
Created attachment 168608 [details] Patch to change "function" to "functions" in the appropriate places It can be argued that the correct fix would be instead to change "function" to "functionality", but for this patch I used "functions" simply because it is closer to the author's original wording.
I'm ambivalent about this proposed change. Personally I would use "functionality" in contexts such as these, but I don't really see a problem with the current usage. I think the noun "function" can refer to a set of capabilities. I don't like "functions" here because to a programmer this could be misinterpreted as the programming construct(a declared function in a programming language).
(In reply to comment #2) > I'm ambivalent about this proposed change. Personally I would use > "functionality" in contexts such as these, but I don't really see a problem > with the current usage. I think the noun "function" can refer to a set of > capabilities. I'm open to alternate corrections, but the current usage is still a problem. These phrases are simply not grammatically correct: "all the existing marker function" "a variety of function" "define additional function" "all of our visible function" "some of the function" The word "function" (in this context) is a countable noun in the singular form. It refers to one and only one function, not a set of functions. > I don't like "functions" here because to a programmer this could > be misinterpreted as the programming construct(a declared function in a > programming language). The singular form ("function") can just as easily be confused with the programming construct. So whatever the reason, be it a grammar issue or a synonym issue, it needs to change.
I have changed these instances of "function" to "functionality".