| Summary: | Plug-in Developer Guide says "function" instead of "functions" or "functionality" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Trevor Harmon <trevor> | ||||
| Component: | Doc | Assignee: | Platform-Doc-Inbox <platform-doc-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | trivial | ||||||
| Priority: | P3 | CC: | daniel_megert | ||||
| Version: | 3.6 | ||||||
| Target Milestone: | 3.6 RC3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Trevor Harmon
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". |