ms-iot / azure-client-tools

Azure Client Tools
Other
43 stars 37 forks source link

Naming conventions #10

Closed HowardEdidin closed 5 years ago

HowardEdidin commented 5 years ago

The method names in the DeviceExplorer project did not meet standards. They begin with a lower case character. private async void updateButton_Click(object sender, EventArgs e) The first letter should be upper case.

gmileka commented 5 years ago

Hi HowardEdidin,

DeviceExplorer is owned by the Azure SDK team. You can open issues in this repo: https://github.com/Azure/azure-iot-sdk-csharp

thanks, George Mileka