[Converters\from] Needs sanitization #1914
Labels
cleanup
Code cleanup, comments and micro-optimizations
→ Converters
enhancement
New feature or request
open discussion
Open discussion about features/ideas/suggestions
Top priority
.binary
,.hex
,.octal
➞ ❌ removeInstead of:
We could simply have:
(with could use
.binary
,.hex
,.octal
too - although this would lead to unnecessary clutter for something that isn't even that common!)Another idea would be using
.format:
which is already supported.💡 Suggestion similar to that for Converters\as
Another idea comes directly from the suggestion above: once we have a
parse
, if we natively support normal hex/octal numbers (e.g.0b10101
,0o1234567
,0x118371FAB
)... we could actually be using the exact same function, like:parse "0b10101"
which is even better 😉For future reference
.opcode
➞ ❌ removeThis isn't bad, but I'm not sure how it fits right now:
byte
oropcode
or sth like that, then this would happen in a natural way, by adding conversion support toto
The text was updated successfully, but these errors were encountered: