ClarkeRemy

Results 3 comments of ClarkeRemy

Might I recommend that instead of `0x` for only hexadecimal, allow `b`? It's more extensible and allows more bases to be leveraged. ``` All of the following would equal 11...

> Why? Is there a use case for making base 23 or base 37 easier to write? Cherry picking? This is already a thing in Bash but it uses `#`...

> Arbitrary base literals are hard to read and understand, and any remaining use cases are sufficiently niche that they're better covered by a library function. > > > `intervalAttribute...