-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V3] Add tags #1468
Comments
Paradigms
The declarative bit mainly comes from LINQ I feel. Typing
Execution mode
I considered adding - Platform
The web part comes from Blazor running on WebAssembly. Runtime
Used for
I was unsure whether to add the |
For me, declarative languages are the likes of SQL and XSLT. I can't find much support on the web which seems to have delarative==functional but does not include C#. If you're wedded to it, I won't bang on but if it's based on LINQ query syntax then I would say that this is not widely used and I don't see it much in mentoring. |
Are you excluding typing/dynamic as too niche? ditto runtime/standalone_executable? |
I'm not keen |
I say - include. I see about a hundred UK positions on indeed.com for the search C# frontend. |
No I'm not wedded to it. It is a relatively minor part of the language. I can quite easily find resources stating it is declarative, but I'm fine with omitting it as it is not a core strength of C#.
I am. The dynamic typing stuff is hardly used as far as I can tell, and the same goes with the standalone executable. The latter is more fuzzy though, as you can do single file deploys now quite easily. So 🤷
Okay, let's omit it.
👍 |
With the tags specification finalized, we can now add these tags to the C# track's
config.json
file.The text was updated successfully, but these errors were encountered: