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
|
|
Hey @AntPolkanov 👋 Closing this discussion as we have implemented both suggestions. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.PropertyChangedbefore https://github.com/Fody/PropertyChanged which is pretty good. I see that we are already usingCommunityToolkit.Mvvmwhich 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)
All reactions