Renaming some of the C#'s elements to match C#'s naming conventions. #6262
Replies: 2 comments 1 reply
-
Too late to do it for 4.0 anyway iiuc |
Beta Was this translation helpful? Give feedback.
-
You are right that .NET naming conventions recommend avoiding abbreviations such as The issue with |
Beta Was this translation helpful? Give feedback.
-
Some namings used in the project like
MouseModeEnum
andDegToRad
are not common in C#'s projects, instead it would be namedMouseMode
andDegreesToRadians
.This idea provides no real benefit other than being more close to C#'s conventions.
Beta Was this translation helpful? Give feedback.
All reactions