I am trying to find a link or advice as to which variables in the object should be stored as a list and which should be stored as attributes. It seems that in many cases both are used simultaneously.
Are the main variables involved in the calculation usually listed, and are attributes mostly meta-information, such as class, types, names, etc.?
source
share