big enums
#1

Is there a drawback in having big enums? Like 100+ elements? I personally like it this way because i know where everything is but yeah curious about it.
Reply
#2

There's not specifically a "limit", although there might be a better way of doing whatever your doing. Is there something specific that you're trying to do?
Reply
#3

An enumerator is basically a consecutive list of numbers composed of "name tags". If there is a limit, it would probably be the max integer value.
Reply
#4

I personally wouldn't use like 100 'name tags' for one single enum lol.. But I'd say, try it out?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)