mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #562] query: re semver pronounciation #2142
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SignpostMarv on GitHub (Apr 24, 2020).
Original GitHub issue: https://github.com/semver/semver/issues/562
is
1.23"one point twenty three" or "one point two three", i.e. to differentiate from1.2.3as "one point two point three"?@ljharb commented on GitHub (Apr 24, 2020):
Yes. Each part would generally be pronounced independently, eg,
1.23.0is "one point twentythree point oh" and1.2.3is "one point two point three" (1.23is not a valid semver version, so i assume you meant1.23.0)@SignpostMarv commented on GitHub (Apr 24, 2020):
yes, although shorthand pronunciation is a separate issue that I'm not particularly fussed about being described in the spec (1.23 could be an alias for 1.23.0 or the entire 1.23.x release set depending on context).
@ljharb commented on GitHub (Apr 24, 2020):
sure, but in either case you'd say "one point twentythree" :-)
@jwdonahue commented on GitHub (May 9, 2020):
Actually, I am pretty sure it should read as "1 dot 23" so as not to confuse it with rational numbers in any respect.
@ljharb commented on GitHub (May 9, 2020):
fair, i actually say dot and not point now that i think about it
@alexandrtovmach commented on GitHub (Jun 10, 2020):
@SignpostMarv Seems like this issue resolved, thanks to @ljharb and @jwdonahue for answers