-
Notifications
You must be signed in to change notification settings - Fork 1.9k
C# samples should probably use C# and not Python naming conventions #2155
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
Comments
This would be a good first issue for me, can I take this? |
Sure! We would welcome your contribution and that looks like a good first issue. |
Thanks, you can assign this to me, and ill begin working on it |
* fixing a link in the cookbook * making sure issue #2155 has no issues with the cookbooks * nit: title clarification
This is completed with PR #2303 |
reopening, just noticed that those PRs, didn't get merge.. |
Samples were cleaned up as part of 1.0 API reference documentation. Please re-open with any wring naming instance you find. |
I was reading a PR when suddenly I saw something a bit odd.
machinelearning/docs/samples/Microsoft.ML.Samples/Dynamic/KeyToValue_Term.cs
Lines 42 to 47 in 6b9f589
Note the underscores in the middle of a variable name. While in private we might elect to bend the rules a little bit, in our public API and also probably our samples, we probably ought to write them with consideration of standard practices. This does not seem to be a justifiable or explainable diversion from the recommended practice, and I'm guessing it was added by mistake.
Each individual renaming is probably not huge, but might span several files, since the example listed above is just one of many examples I see in our samples project. So not a "hard" change, except possibly in scale?
The text was updated successfully, but these errors were encountered: