11:25
<ryzokuken>
Richard Gibson: was going through the segmenter spec today, was just curious why the internal slot is called SegmenterGranularity and not just Granularity...
15:00
<Richard Gibson>
Richard Gibson: was going through the segmenter spec today, was just curious why the internal slot is called SegmenterGranularity and not just Granularity...
ryzokuken: if I remember correctly, it's because I liked the searchability of that prefixing pattern that was already used with Segment Iterator objects, derived from the similar pattern in ECMA-262 (that was itself ultimately replaced with CreateIteratorFromClosure by https://github.com/tc39/ecma262/commit/5f4be6e41ce9f6e1997f5e1e42af253145c6c885 )
15:01
<Richard Gibson>
nope, I'm wrong... it was there from the beginning: https://github.com/tc39/proposal-intl-segmenter/commit/7284bfa9a8a39244735aed65f5397b9e23f0fee0#diff-181371b08d71216599b0acccbaabd03c306da6de142ea6275c2135810999805aR44
15:02
<ryzokuken>
it just sounds a wee bit redundant, but I don't feel too strongly about it anyway... was just curious.