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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:28:37+00:00 2026-05-18T12:28:37+00:00

I want to automatically remove all explicit types and exchange them with the var

  • 0

I want to automatically remove all explicit types and exchange them with the var keyword in a big solution, e.g. instead of

int a = 1;

I want to have:

var a = 1;

This is just cosmetics, the code in the solution works perfectly fine, I just want to have things consistent, as I started out using explicit types, but later on used var-keywords.

I’m guessing I would have to write some sort of code parser – sounds a little cumbersome. Does anybody know an easy solution to this?

Cheers,
Chris

  • 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-18T12:28:37+00:00Added an answer on May 18, 2026 at 12:28 pm

    This isn’t an answer per se, but it’s too long for a comment.

    You should strongly consider not doing this. There’s no stylistic concern with mixing explicit and inferential typing (you should infer types when you need to, either when using anonymous types or when it makes the code easier to read), and there are plenty of potential issues you’ll encounter with this:

    • Declarations without assignment are ineligible
    • Declarations that are assigned to null are ineligible
    • Declarations that are of a supertype but initialized to an instance of a subtype (or compatible but different type) would change their meaning.

    I.E.

    object foo = "test";
    
    ...
    
    foo = 2;
    

    Obviously, this is a simple (and unlikely) example, but changing foo from object to var would result in foo being typed as a string instead of object, and would change the semantics of the code (it wouldn’t even compile in this case, but you could easily run into more difficult to find scenarios where it changes overload resolution but doesn’t produce a compile-time error).

    In other words, don’t do this, please.

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

Sidebar

Related Questions

I have a CheckedListBox, and I want to automatically tick one of the items
I have an access macro, that I want to run automatically from a batch
I have a little program that I want to make open automatically when my
If I have an existing database, I want to be able to automatically code
I want to automatically commit the database when we copy files from one branch
I want Windows Update to automatically download and install updates on my Vista machine,
I want to write a script which cleans the 'run' dialogue automatically every log
I want some particular urls like springer.com to automatically convert to springer.com.proxy1.mycollege.edu. The second
I want to be able to close an alert box automatically using Javascript after
I have a collection of items to save to database, but I want the

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.