They were removed in 2.0 cause they're not consistently included in User: most time a User instance is returned, it won't have them populated.
They're not attributes of a User, more so of their tray.
Plus, they'd be Bool?, which is something I'm trying to avoid at all possible costs: Bool should only convey true/false, yes/no. The all nil thing is pretty hard to justify there.
That said, although this was done on purpose, and was already discussed widely, I'm open to adding them again in #96.
What do you say? @TheM4hd1
They were removed in
2.0
cause they're not consistently included inUser
: most time aUser
instance is returned, it won't have them populated.They're not attributes of a
User
, more so of their tray.Plus, they'd be
Bool?
, which is something I'm trying to avoid at all possible costs:Bool
should only conveytrue
/false
, yes/no. The allnil
thing is pretty hard to justify there.That said, although this was done on purpose, and was already discussed widely, I'm open to adding them again in #96.
What do you say? @TheM4hd1