Avoid the danger of exception And .NET naming conventions #884
Replies: 4 comments 1 reply
-
It is possible to write more understandable comments so that other programmers can easily read the code |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm with you |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VladislavAntonyuk
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the BrushExtensions class, we need to make a small change.
https://github.com/CommunityToolkit/Maui/blob/main/src/CommunityToolkit.Maui.Core/Extensions/BrushExtensions.windows.cs
These are the changes that need to be made:
@brminnick
It may be a small change, but it makes our code easier to understand for any programmer who wants to read it. then I want you to pay attention to the .NET naming conventions. If you and the developer agree to this change, could you please create an issue for me?
Beta Was this translation helpful? Give feedback.
All reactions