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

  • Home
  • SEARCH
  • 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 891981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:58:39+00:00 2026-05-15T13:58:39+00:00

How do you deal with them? I have some classes (usually classes that hold

  • 0

How do you deal with them? I have some classes (usually classes that hold stats etc.) with some 20+ variable members, and the initialization lists end up very long, extending beyond the page width if I don’t manually wrap around. Do you try and break down such classes or do you deal with this in some other way?

It doesn’t look very tidy, but sometimes I write the variables in the list on top of each other like so:

myConstructor(var1, var2, var3, ..., varN) :
 member1(var1),
 member2(var2),
 member3(var3),
 ...
 memberN(varN)
  • 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-15T13:58:40+00:00Added an answer on May 15, 2026 at 1:58 pm

    extending beyond the page width

    Well, first off, you should probably decide on a page width and stick to it. Use auto line wrapping from your editor, if you want. Reading code that’s greater than your window size is really difficult, especially for your coworkers using vi or emacs from terminals. Pick a page width and stick to it- this means wrapping these initializer lists onto multiple (possibly many) lines.

    Do you try and break down such classes?

    20 is a lot of parameters, it probably deserves to be broken up. “God classes” are generally a code smell and indicate a refactoring is necessary.

    It doesn’t automatically mean you should break things up, there are always exceptions to guidelines. But, definitely consider it as an option.

    When you declare them in the header file, do you (or could you) group them with comments? For example: // These next few parameters are for file IO and // These next parameters are for the widget, that will provide you a good template for which objects are looking to be abstracted.

    Overall really large classes indicate a lot of complicated state, and complicated state tends to cause bugs. You should, like with functions, prefer to keep them small and focused.

    {Your example code}

    I think is quite readable and “tidy”, although it will probably be pretty long list. As I mentioned, to combat this, I’d consider breaking it up into smaller classes.

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

Sidebar

Related Questions

I have to deal with text files in a motley selection of formats. Here's
I have a great deal of data to keep synchronized over 4 or 5
Here's the deal. Is there a way to have strings tokenized in a line
How do you deal with a DateTime that should be able to contain an
Here's the deal. I have an XML document with a lot of records. Something
How do you deal with source control management and automated deployment (configuration management) of
In my work I deal mostly with C# code nowadays, with a sprinkle of
I'm about to deal with managing and running my first Internet connected Apache webserver
How do you deal with the different XP themes when designing a WinForms UI?
What's the deal with Visual Studio? I tried importing the Caching App Block and

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.