I'm not sure if this has been discussed before but I think a great new feature would be adding default values for persistent primitives when they are created.
If we add a Boolean to a class it would be nice if we could make the default TRUE in some cases. The easy way out of this is to just reverse the Boolean name which I don't like at all e.g. isNotAllowedAccess
I'm thinking about adding this to Parsys as an NFS but just wanted to raise a discussion topic first to see what else has been discussed in the past.