|
|
|
|
|
by hbrn
1248 days ago
|
|
> object is more constrained because there are fewer properties which all members of the set are guaranteed to have. In my mind it's the opposite: object is less constrained, because there are fewer requirements you need to fulfill to be considered an object. Object type is very permissive. The more constrained type is, the fewer objects it's set will contain. The more constrained the type is, the more rules it enforces. Seems intuitive, isn't it? |
|