Making concrete object classes
Hello, in this example is how I create my navigation items but my question is, instead of having too much logic in my method, isn't simply better if I create a FooNavigationItem and move the logic in it ?
The method would become =>
Thanks
1 Reply
just do it in xaml
if not id keep it as is
making a class for each nav item would be messy imo