exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
326 stars 541 forks source link

Phone number: Correct the format #2317

Closed iHiD closed 11 months ago

iHiD commented 1 year ago

Context: https://forum.exercism.org/t/nanp-phone-numbers/7179/1

This shouldn't change any tests, so I think it's pretty safe to merge.

ErikSchierboom commented 1 year ago

This shouldn't change any tests, so I think it's pretty safe to merge.

True, but most of the tests use the old format, so that might be a bit weird.

iHiD commented 1 year ago

In response to the comments in general, I think the point is that the tests provide different formats but really the input format is irrelevant - what matters is that it gets normalised. So I think we should make the description actively generic, rather than more specific. If that makes sense?

ErikSchierboom commented 1 year ago

Totally agree