5

Dev on my team likes to declare his variables types System.Int32 instead of int. Drives me crazy!!!

Comments
  • 0
    Do you have a coding standard? If so then it should specify whether to use int or System.Int32
  • 0
    @ridecar2 No coding standard really. He chooses to do it because it changes the colors of the data type in Visual Studio.
Add Comment