Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • replacing hungarian naming standards with more contemporary naming conventions
  • simplifying property definitions
  • favoring properties over global fields
  • using C# optional arguments
  • using increment operators rather than assignments
  • favoring out over ref arguments
  • remapping intrinsic functions
  • streamlining function return value style
  • removing unnecessary returns
  • optimizing the using directives at the top of each file (C#)
  • and more...

 

Learn more here: 
CodeSytleDocumentation.pdf