JS developers default to number. Future contributors must understand that all ID variables must remain bigint to prevent precision loss.
Implementation Guidelines
Key Files: packages/core-ts/src/muxed/encode.ts.
- Insert a clear multi-line comment stating that variables matching to ID must remain
bigint.
Expectations
What done looks like: The comment clearly explains the bigint-only policy to any future contributor.
Discord for any question: codeze_us
JS developers default to
number. Future contributors must understand that all ID variables must remainbigintto prevent precision loss.Implementation Guidelines
Key Files:
packages/core-ts/src/muxed/encode.ts.bigint.Expectations
What done looks like: The comment clearly explains the bigint-only policy to any future contributor.
Discord for any question: codeze_us