Replies: 1 comment 1 reply
-
The use of Since the language allows defining both public and private fields, having both Personally, if I had to choose, I might drop the |
Beta Was this translation helpful? Give feedback.
-
The use of Since the language allows defining both public and private fields, having both Personally, if I had to choose, I might drop the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for using the
this
qualifier for field names with underscore prefix in the name, for examplethis._fieldname
in c#?Usually, I expect to see
this
or_
prefix, but not both at the same time.Beta Was this translation helpful? Give feedback.
All reactions