Closed
Description
I was reading a PR when suddenly I saw something a bit odd.
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?