|
|
|
|
|
by turboponyy
1487 days ago
|
|
You should disallow nulls as much as possible, but "" is just as valid of a string value as "John Smith"; if the field is actually semantically nullable, reflect that in the type - don't use arbitrary "blank" values to denote nulls. |
|