Is it better to store telephone numbers in some canonical format or “as entered”?

前端 未结 12 1504
鱼传尺愫
鱼传尺愫 2020-12-11 00:59

Storing a telehone number in some kind of canonical format has several advantages from a programmers point of view, but it might confuse the user, if sudde

12条回答
  •  失恋的感觉
    2020-12-11 01:40

    My gut instinct is to canonicalize according to the local standards of the entity, then render in the canonical representation modulus usability.

提交回复
热议问题