#what are enums?
1 messages · Page 1 of 1 (latest)
** You are now Level 7! **
In programming, an enum, short for enumeration, is a data type that defines a set of named constants, often used to represent a fixed set of related values. Enums improve code readability and maintainability by replacing magic numbers with meaningful names.
I love when people refuse to use FUCKING GOOGLE