-
Notifications
You must be signed in to change notification settings - Fork 646
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
Code quality: consolidate xmlns #1673
Comments
Questions and bits
ListLet's decide on the proper namespaces here - (under construction) 🚧
|
Thank you for creating this issue and starting the discussion! I think consolidating the xmlns namespaces sounds good though I wouldnt say "local" is a fixed name. From my experience, local usually often just refers to the namespace of the control. For other namespaces, I would generally follow the theme of taking the first letter of the individual parts so Re API Contract: I think this was just missed when moving to WinUI 3 and cleaning up the UWP remnants. |
Thanks. The combination I think it's a matter of preference to use abbreviations or words for the namespaces. Short words might be easier to decipher. So, that means the API contract thing can be removed, am I right? |
Absolutely, I think I would hold off on making any changes until a few more folks chimed in on this matter. Generally speaking, I would say that the rules to determine the namespace should be as simple as possible and shouldnt require looking them up in a table or something.
Yes, we should be able to remove that now. |
Idea: we could rename |
Just looking at the namespaces, see
using:WinUIGallery.ControlPages
for example. Well, I think this screenshot says it all...For reference: see PR microsoft/PowerToys#30728
The text was updated successfully, but these errors were encountered: