Should I use enum or list?

Enums are lists of constants. When you need a predefined list of values which do represent some kind of numeric or textual data, you should use an enum . You should always use enums when a variable (especially a method parameter) can only take one out of a small set of possible values.

Sizin İçin Seçtik  How do you create local properties file in react native?

Leave a Reply

Your email address will not be published. Required fields are marked *