csharplang/meetings/2013/README.md
2018-01-01 15:47:17 -08:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# C# Language Design Notes for 2013
Overview of meetings and agendas for 2013
## Oct 7, 2013
[C# Language Design Notes for Oct 7, 2013](LDM-2013-10-07.md)
1. Invariant meaning of names <*scrap the rule*>
2. Type testing expression <*cant decide on good syntax*>
3. Local functions <*not enough scenarios*>
4. nameof operator <*yes*>
[C# Language Design Notes for Oct 21, 2013](LDM-2013-10-21.md)
1. Primary Constructors <*fleshed out a few more details*>
2. Lightweight Dynamic <*we examined a much simpler approach*>
## Nov 4, 2013
[C# Language Design Notes for Nov 4, 2013](LDM-2013-11-04.md)
1. Initialized and getter-only auto-properties <*details decided*>
2. Expression-bodied function members <*details decided*>
3. Lightweight dynamic <*member access model and syntax discussed*>
## Dec 16, 2013
[C# Language Design Notes for Dec 16, 2013](LDM-2013-12-16.md)
1. Declaration expressions <*reaffirmed scope rules, clarified variable introduction*>
2. Semicolon operator <*reaffirmed enclosing parentheses*>
3. Lightweight dynamic member access <*decided on a syntax*>