|
|
|
|
|
by talaketu
2102 days ago
|
|
How do you model "postal address"?
Some postal addresses are PO Boxes, some are street addresses, etc. There are canonical representations of these different cases.
Do we just shove it all in a string, and let the application perform domain validation? |
|
Just dump addresses into a unicode string and let the postal system figure it out.