Code Style
#327
Replies: 1 comment
-
|
As far as The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that current code stlyle for this repo wants explicit types and not using
var.Is this anything we care about @gruenwaldlk? Personally i favour
var.Same for private instance fields. In the past the m_varName style was used. While I see somewhat an advantage to it in theory, i never really experienced it in practice. Also i rarely see this style in the .NET source code, which is what I'd call the de-facto standard as coding style.
The other styling things fit my preferences :)
Beta Was this translation helpful? Give feedback.
All reactions