-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Is your feature request related to a problem? Please describe.
Developers struggle with using our facades in their applications. Eventhough the functions are described well, the parameters are not always self-explanatory. This causes unnecessary effort on our site to explain the usage of the facades and is difficult for newcommers to the project.
Describe the solution you'd like
Use parameter descriptions in xml comments which explain what they are used for in the function.
Additional context
A good example is the IWorkerSupport Interface, which requires an identifier to add an instruction, but specifies nowhere what this identifier is used for. In this case its the identifier of the VisualInstructor not of the instruction nor the source of the instruction which are both valid assumptions for the parameter as well.