-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FrozenDueToAgeLanguageChangeSuggested changes to the Go languageSuggested changes to the Go languageProposalv2An incompatible library changeAn incompatible library change
Milestone
Description
IMO, using byte
alias doesn't hide the fact that the number is unsigned 8bit integer, and this doesn't change code readability. Rather, uint8
is more explicit and fits more with Go way.
On the other hand, I don't have a strong opinion on rune
, that is an alias for int32
. I think rune
makes code readable to some extent.
ainar-g and bronze1manjimmyfrasche, as, mvdan, magical, dsnet and 27 moredominikh
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeLanguageChangeSuggested changes to the Go languageSuggested changes to the Go languageProposalv2An incompatible library changeAn incompatible library change