Don't use enums. They are cool and all (the compiler even tells when one case...
Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
Showing
Please register or sign in to comment