Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 442831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:06:39+00:00 2026-05-12T21:06:39+00:00

Is it preferable to explicitly set enum’s fields instead of just defining their names?

  • 0

Is it preferable to explicitly set enum’s fields instead of just defining their names?
E.g. any pros and cons for Enum1 vs Enum2?

Enum1:

enum SomeEnum
{
   Something1 = 0,
   Something2 = 1
}

Enum2:

enum SomeEnum
{
   Something1,
   Something2
}

P.S. This question doesn’t relates to enums that would be stored in database, which is requires to set values explicitly.

Edit:
Say all values are 0, 1, etc… They are not negative or something.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T21:06:39+00:00Added an answer on May 12, 2026 at 9:06 pm

    Enum1 and Enum2 compile to the same enumeration. So from a programming standpoint, there is no difference. From a maintenance standpoint, there may or may not be issues.

    On the one hand, declaring explicit values is absolutely required for a [Flags] enum; and they need to be values at powers of 2.

    On the other hand, explicit values can reduce maintainability simply by creating values that cannot or should not be changed in the future.

    In general, I prefer to not declare explicit values unless the values themselves are significant for some reason — if your C# enumeration is, for example, wrapping a C enumeration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using the pImpl idiom is it preferable to use a boost:shared_ptr instead of
What is preferable, keeping a dataset in session or filling the dataset on each
We have always had languages that were preferable to be used in a particular
Does anyone know of a free Perl program (command line preferable), module, or anyway
In SQL Server, why is this: [dbo].[table_name] preferable to this: dbo.table_name And along those
How to calculate the length (in pixels) of a string in Java? Preferable without
I'm trying to write a greasemonkey script, and it would be preferable for it
MyClass[] array; List<MyClass> list; What are the scenarios when one is preferable over the
Preferably free tools if possible. Also, the option of searching for multiple regular expressions
Preferably in VB.Net, but C# is fine, how can I access the extra properties

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.