From 060139f4935e9b62f931cb5c6be06b32c293d8bc Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Fri, 1 Mar 2019 14:40:02 -0500 Subject: [PATCH] Readability Improvements to Calculator.xaml (#85) * Calculator.xaml - Simple Readability Adjustments Improved readability of the XAML document by inserting newline where they were missing and removed rextra newlines from others. * Added comments and organized resources for superior readability Using comments and grouping DataTemplates, Styles and other resources significantly increases the readability and discovery of resources. --- src/Calculator/Views/Calculator.xaml | 306 +++++++++++++++------------ 1 file changed, 166 insertions(+), 140 deletions(-) diff --git a/src/Calculator/Views/Calculator.xaml b/src/Calculator/Views/Calculator.xaml index d63ac26..b7db10e 100644 --- a/src/Calculator/Views/Calculator.xaml +++ b/src/Calculator/Views/Calculator.xaml @@ -13,7 +13,30 @@ mc:Ignorable="d"> - + + + + + + + + + + + + + + + + - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,6 +402,7 @@ + @@ -426,9 +430,32 @@ + + + + + + + + + + + + + + + 0 + + @@ -683,6 +711,7 @@ Width="1*" MaxWidth="80"/> + - - + + @@ -818,7 +847,6 @@ - @@ -826,7 +854,6 @@ - @@ -837,7 +864,6 @@ - @@ -854,7 +880,6 @@ - @@ -865,7 +890,6 @@ - @@ -879,7 +903,6 @@ - @@ -892,6 +915,7 @@ + + @@ -948,6 +973,7 @@ UseLayoutRounding="False"/> + + - + -