Is this cleaner? I'm not sure so I'm making a separate PR. I hate checking whether a hash is default::Default(). I'd rather see if it's None. That's why I think having an array of options might be better than having an option of an array.
@rkuris If you strongly disagree feel free to close.
Is this cleaner? I'm not sure so I'm making a separate PR. I hate checking whether a hash is
default::Default()
. I'd rather see if it'sNone
. That's why I think having an array of options might be better than having an option of an array.@rkuris If you strongly disagree feel free to close.