I stumbled upon this site while looking for a XAML UI styling guidelines. At first, it makes sense, but after further thought, I wonder if it is necessary. XAML is more like HTML and XML in that it is often generated and is structurally and syntactically simple enough not to become hard to understand.
The main issue with XAML is the large amount of code needed that can be unwieldy to navigate and work with, but its based more on its markup nature, not on how it was written. You guidelines would, however, make an excellent set of rules for formatting XAML in Visual Studio or Resharper. Implementing these guidelines for strictly coded XAML may have limited utility.
I stumbled upon this site while looking for a XAML UI styling guidelines. At first, it makes sense, but after further thought, I wonder if it is necessary. XAML is more like HTML and XML in that it is often generated and is structurally and syntactically simple enough not to become hard to understand.
The main issue with XAML is the large amount of code needed that can be unwieldy to navigate and work with, but its based more on its markup nature, not on how it was written. You guidelines would, however, make an excellent set of rules for formatting XAML in Visual Studio or Resharper. Implementing these guidelines for strictly coded XAML may have limited utility.