= [wiki:ReviewHeuristicLab3.3.0Code HeuristicLab 3.3.0 Code Review] - !HeuristicLab.Data.Views-3.3 = == Reviewer: mkommend == * '''General''': All !StringConvertibleViews - `StringConvertibleArrayView`, `StringConvertibleMatrixView` and `StringConvertibleValueView` - should be derived from `ItemView` instead of `AsynchronousContentView` to remove the `ItemView` from the choices in the `ViewHost`. * mkommend: This is not possible because all `IStringConvertible` interfaces do not and should not inherit from `IItem`.