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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:10:50+00:00 2026-05-21T21:10:50+00:00

I have an idea for a language feature: In C#, it would be useful

  • 0

I have an idea for a language feature:

In C#, it would be useful for me to be able to combine a foreach statement with a for loop, to run through say only a maximum of 50 items. I realize that this can be done like so:

int count = 0;
foreach (item in Items)
{
    if (count > 50) break;
    item.acknowledge();
    count++;
}

but I think it could be nice if it could be written like so (or something similar):

foreach (upto 50 item in Items)
{
    item.acknowledge();
}

While this suggestion is pretty trivial, it makes me wonder who gets to decide which language features make it into a language. C# was pioneered by Microsoft, so I’m sure there’s a department for that within the corporation, but what about open source languages like PHP? (does java count? I know they have switch strings coming in java 7, who was responsible for that?) Whats the process?

  • 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-21T21:10:51+00:00Added an answer on May 21, 2026 at 9:10 pm

    The process depends on the language. Java, for example, has a specific and formal process for ratifying language (and I think core library) changes: the Java Community Process based around proposals called JSRs. (I am not sure if this has changed since the Oracle acquisition; I’m not personally familiar with the JCP.) With Microsoft languages such as C#, Visual Basic and F#, the gatekeepers are the language design teams within Microsoft (as faester indicates). These teams get input informally from customers, but also more formally through programmes such as MSDN Connect and the Microsoft MVP programme. Then again you have communities like Python where the discussion and design process are more open (e.g. conducted on mailing lists) though in Python’s case there remains a final authority, Guido van Rossum.

    So if you ask “who decides” in isolation, there isn’t really any one answer. You have to ask “who decides for language X?” really.

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

Sidebar

Related Questions

Anyone have any idea how to get the value of Language for Non-Unicode Programs
do you have idea, if there would be some nice way to browse/log JMS
I have this idea for a free backup application. The largest problem I need
I have an idea for a simple application which will monitor a group of
I have an idea for how to solve this problem, but I wanted to
I have no idea. This causes seemingly random time-outs. These in turn break the
I have an idea for a web-based service. The implementation is very complex. There
I have no idea what is the rationale behind naming the vdev (virtual devices)
Anyone have any idea how to get the SACL's on a remote service using
I have no idea why this is happening. I have some very straightforward code,

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.