When you look at a `string` as a _value_ , I don't like to distinguish between 
`null` and `""` \- `null` means always the absence of information and a empty 
`string` carries no information. Hiding this inside an option does not help 
unless you really need to distinguish these cases. 

Reply via email to