I'm wondering if we should get rid of the prettyType property in the IArgumentInfo interface (see here). From what I've been seeing, we basically just copy the string representation of the value associated with the type property.
If we need to be more specific on what the type is, we can always describe it in the description of the argument. What do you guys think?
I'm wondering if we should get rid of the
prettyType
property in theIArgumentInfo
interface (see here). From what I've been seeing, we basically just copy the string representation of the value associated with thetype
property.If we need to be more specific on what the type is, we can always describe it in the description of the argument. What do you guys think?