All the methods that return a DataSet or a Tag should have a warning in the documentation stating to assign to a const value

Issue #361 closed
Paolo Brandoli repo owner created an issue

DataSet loaded from a stream should be immutable, as well as the tags they contain.

Insert a warning in each method returning a DataSet or a Tag that the returned value should be assigned to a const variable, unless it has to be modified and the programmer is aware of this.

Comments (4)

  1. Log in to comment