You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
The option value names shortWall and longWall struck me as odd, so I went looking for the reason why they were named this way. I found this: tc39/ecma402#119 (comment)
After reading the explanation, I do see the link with "wall time" opposed to "standard/daylight time" but I still find it a strange name. I associate "wall time" with the actual time displaying on a clock face, which to me has nothing to do with the time zone.
I don't have a suggestion that I'm happy with at the moment. The best I could come up with was shortZone and longZone, since it prints the name of the time zone itself rather than the standard or daylight time name of the time zone. But I don't find that a very intuitive name either.
I guess Stage 2 is the right time to bikeshed names! If there's no better idea than shortWall and longWall, then I don't think it's objectionable to keep it, it's just that I suspect a better name is possible.
The option value names
shortWallandlongWallstruck me as odd, so I went looking for the reason why they were named this way. I found this: tc39/ecma402#119 (comment)After reading the explanation, I do see the link with "wall time" opposed to "standard/daylight time" but I still find it a strange name. I associate "wall time" with the actual time displaying on a clock face, which to me has nothing to do with the time zone.
I don't have a suggestion that I'm happy with at the moment. The best I could come up with was
shortZoneandlongZone, since it prints the name of the time zone itself rather than the standard or daylight time name of the time zone. But I don't find that a very intuitive name either.I guess Stage 2 is the right time to bikeshed names! If there's no better idea than
shortWallandlongWall, then I don't think it's objectionable to keep it, it's just that I suspect a better name is possible.