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 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 index view that I want to update automatically as the user
I have an access macro, that I want to run automatically from a batch
I want to disable or uninstall or remove all the native android apps from
All images on my site are automatically given an icon next to them in
I have a TreeView and I want to remove 2 nodes of it at
i want to automatically run a simple shell script at linux startup i'm working
I want to automatically fit time series returns into a NIG distribution. With nigfit()
I get poorly formatted invoice-related email from my payment gateway. I want to automatically
I want Eclipse to automatically generate Javadoc comments for my getter and setter methods

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.