Ghislain1 / nf-tools

🧰 toolbox for .NET nanoFramework
https://www.nanoframework.net
MIT License
0 stars 0 forks source link

Some Model classes should use C# Naming conventions #6

Open Ghislain1 opened 10 months ago

Ghislain1 commented 10 months ago

Following Models uses wrong properties names conventions: Bucket, TypeDesc ....

Ref: https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names @josesimoes what do you think about ? More What is the next steps for that Tools?

josesimoes commented 10 months ago

OK with changing case to follow name conventions.

Next steps would be to keep adding features as only the initial ones are implemented. I know there is another developer in the community that is interested on this. Are you our Discord server so we can start a conversation about this?

Ghislain1 commented 10 months ago

Great 👍 How can I get access on discord server ? So we can build a team that only works on that tool... Best regards Ghislain

Ghislain1 commented 10 months ago

I got it Discord server.. I m in

Ghislain1 commented 3 months ago

Next steps would be to keep adding features as only the initial ones are implemented. @josesimoes Can you send me a initial ones? so i can check the tool behaviour after my implementations.