Skip to content

Instantly share code, notes, and snippets.

@HaloFour
Created July 12, 2018 19:29
Show Gist options
  • Save HaloFour/79e82a8182cf65dc5d1c7cba38841eb8 to your computer and use it in GitHub Desktop.
Save HaloFour/79e82a8182cf65dc5d1c7cba38841eb8 to your computer and use it in GitHub Desktop.
C# Language Proposal Template
  1. What kind of problem are you trying to solve?
    • How often do you find yourself running into this problem?
  2. Is this a problem that you can work around today with existing language features?
    • If so, can you write up a snippet? (link to GitHub code fencing documentation)
  3. Can you describe the new language feature and how it addresses this problem?
  4. Can you include some sample syntax for what this new language feature might look like?
    • If possible, use comments or pseudocode to explain the behavior of the feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment