Commit 49824b3
committed
fix: Replace magic number 15 with constant _MAX_SAFE_INTEGER_DIGITS
- Added _MAX_SAFE_INTEGER_DIGITS constant to improve code readability
- Replaced hardcoded value 15 with the named constant in metadata conversion1 parent 22b42d9 commit 49824b3
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
531 | 534 | | |
532 | 535 | | |
533 | 536 | | |
534 | | - | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
535 | 541 | | |
536 | 542 | | |
537 | 543 | | |
| |||
0 commit comments