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 4321364
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:44:14+00:00 2026-05-21T08:44:14+00:00

Is that a good way to define a class like this: class states: INACTIVE

  • 0

Is that a good way to define a class like this:

class states:
    INACTIVE = 'Inactive'
    ACTIVE = 'Active'
    PENDING = 'Pending'
    BANNED = 'Banned'

to keep a list of possible values and then get them as, e.g. states.INACTIVE, so when I want to change user’s status, I do something like this: user.status=states.BANNED and it gets value 'Banned'. I use it to quickly access these values with IntelliSense in my IDE with ctrl-space and it also makes it safer against typos. Though, I am not sure it’s a good approach to create a class for just keeping some strings. How can I organize it a better way or is that a good solution?

  • 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-21T08:44:14+00:00Added an answer on May 21, 2026 at 8:44 am

    I think this solution is OK. But maybe I would add those constants to the user class:

    class User:
        STATUS_INACTIVE = 'Inactive'
        STATUS_ACTIVE = 'Active'
        STATUS_PENDING = 'Pending'
        STATUS_BANNED = 'Banned'
    
        def __init__(self):
            self.status = User.STATUS_ACTIVE
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Premise I believe that there is a way to objectively define "Good" and "Bad"
What's a good way to ensure that a temp file is deleted if my
Is there a good way to create a form in VB6 that can easily
Is there a good way to get the process name that created a file
Is there a good way to write F# scripts that execute stand-alone without compiling?
I am looking for a good way to log changes that occur on a
Is there a good way to get the debug information that Django provides when
Wondering if there is a good way to generate temporary URLs that expire in
I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called)
I have a few things that I cannot find a good way to perform

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.