I’m C# WPF developper and i’m in a HUGE team of 2 persons for developping a supervision application.
We’re using the MVVM concepts as much as we understand it.
But as we’re only 2, we have to code the xaml design, the viewModel/Models for the functionnalities and also the design comportement (when this button need to be enable or visible for example)
I know it’s taking time to develop this kind of application with only 2 persons, but is there some patterns, tips or good practices that we can use for being faster and avoid all the backup into xaml/CS files when developping a page
I’m realy aware to growing up myself so i hope you’ll find some answers.