Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update the IQuality interface

First change: Return type of IQuality.Categories differs in java and C#. Options:

Code Block
IEnumerable<ICategory>
IList<ICategory>
ICategory[]

IList<ICategory> (thumbs up).

Second and third changes: Difficult to make as well a generic as a special quality implemention that does this correctly, taking into account that the category may come from another component elsewhere. Though it was found potentially usefull (thumbs up).

Loop approach

Duplicate - has to do with parallelism

...

Rename IOutput and IInput into IOutputItem and IInputItem

Has been discussed before. There is was also discussed that without "item" it is very implicit. (thumbs down)

How to make the standard extendable

...