As a developer the code must be easy to understand and as less fragile as possible by preventing all the code from ending up in one file and using string names of things instead of 'nameof(...)' and other proper SoC techniques.
Current State:
The AI's have a very bad habit of putting everything in one file and creating convoluted code instead of using SDK and best practices. The MainPage.xaml.cs is part of this problem currently, as are some VMs and tool code.
As a developer the code must be easy to understand and as less fragile as possible by preventing all the code from ending up in one file and using string names of things instead of 'nameof(...)' and other proper SoC techniques.
Current State:
The AI's have a very bad habit of putting everything in one file and creating convoluted code instead of using SDK and best practices. The MainPage.xaml.cs is part of this problem currently, as are some VMs and tool code.