...
- 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...