-
Notifications
You must be signed in to change notification settings - Fork 33
Numeric seperator with _ #92
Copy link
Copy link
Open
Labels
SSmall task; <= 1 day in scopeSmall task; <= 1 day in scopeclarity-next-candidateChanges that are considered to be included in the next version of ClarityChanges that are considered to be included in the next version of Claritysyntax-changeThe issue describes a change in syntax only.The issue describes a change in syntax only.
Metadata
Metadata
Assignees
Labels
SSmall task; <= 1 day in scopeSmall task; <= 1 day in scopeclarity-next-candidateChanges that are considered to be included in the next version of ClarityChanges that are considered to be included in the next version of Claritysyntax-changeThe issue describes a change in syntax only.The issue describes a change in syntax only.
Context
Developers often have to deal with big numbers in Clarity.
Example in sip-031 boot contract
Problem
Big numbers are hard ot read. How many uSTXs is that:
Workaround
Developers often rely on comments
Suggested improvement
Support for
_numeric separator for int and uintRelated spec in other languages