Replies: 4 comments
-
The question of labels (and what they should be and that they should be consistent between both the C# and VB language repos) was brought up back in February as well (#54) but the discussion didn't really go anywhere. |
Beta Was this translation helpful? Give feedback.
-
This repo should have some label tagger bot that would read some syntax to work Such as, we could have agreement that if the last line of any issue started with |
Beta Was this translation helpful? Give feedback.
-
@Thaina : that could possibly go wrong, if one adds the wrong tags to a question/issue |
Beta Was this translation helpful? Give feedback.
-
@Unknown6656 Well it sure need some constraint. Actually it must be a whitelist of available tags only for what it is such as Maybe limit only 5 tag |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think there are already a lot of issues containing new C# feature proposals in this repo. And categorization/classification of these issues with appropriate labels can bring some benefits like easy exploration and discussions. The categorization can be done from different perspective also. For example, the first thing comes to my mind is the proposals that enables the language to do things not possible now vs. proposal for syntactic sugars. The issues regarding type systems can have a separate label. The pattern matching, generic programming or functional constructs can have their own labels and so on. This can also increase community engagement. Their can be labels specifying needs for more specific design, grimmer or prototype implementations. Then there can be introduction of some metrics for quantification of merits of a proposal. Overall, this repo and C# language design process can get more structured and open IMHO.
Beta Was this translation helpful? Give feedback.
All reactions