Le 15 mai 2015 à 07:30, Kasper Osterbye a écrit :
It is unclear if literal values in Manifest classes should be on the instance side or on the class side. demarey wrote in the package comments thread on May 6th: "Data is stored in raw strings in methods (instance side) of the Manifest."
However, when I look in the actual manifest classes, it seems like the manifest values (from the rule checker) are stored in the class side.
In our work on package comments, we want to put the package comments in the manifest classes, but we are uncertain if it should be on the instance or class side.
sorry for the late reply. Indeed data used to be stored in class side of Manifests. I changed this behavior to be able to easily inspect a Manifest through the inspector. Getting back to have them on class side is not really a problem. I must admit I don't like to have classes you never instantiate but Manifest classes are just a hack to be able to store meta-dat with Monticello.