Codebase quality improvements #413
Replies: 2 comments
-
Hey @AntPolkanov these are great suggestions!
I have used XamlStyler in the past and ended up throwing it out in frustration. I didn't like the way it formatted my XAML, and while it's supposed to be configurable, I could never get it to work. Even when I could get the formatting the way I wanted it, found it reverted back to it's default. I'd be super happy to use it if you know how to overcome this problem!
I've used
|
Beta Was this translation helpful? Give feedback.
-
Hey @AntPolkanov 👋 Closing this discussion as we have implemented both suggestions. |
Beta Was this translation helpful? Give feedback.
-
Hey team,
I see a few opportunities to improve the quality of our codebase.
It would be cool if we could:
The benefit is that our xaml code will be consistently formatted across the project.
Fody.PropertyChanged
before https://github.com/Fody/PropertyChanged which is pretty good. I see that we are already usingCommunityToolkit.Mvvm
which also has this capability to inject PropertyChangedEvent; with it we might go even further and start usingIAsyncRelayCommands
.The benefit is that we will get rid of the boilerplate associated with the PropertyChangedEvent.
If you guys agree with it, I am happy to implement both tasks.
(cc: @matt-goldman, @JackDevAU)
Beta Was this translation helpful? Give feedback.
All reactions