Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
paul
c-sharp-study
Wiki
coding_guide
coding_guide
· Changes
Page history
paul created page: coding_guide
authored
Sep 09, 2016
by
paul
Hide whitespace changes
Inline
Side-by-side
coding_guide.md
View page @
3058a3de
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
**`c` : 카멜 표기법**
**`c` : 카멜 표기법**
**`_c` : 밑줄로 시작하는 카멜 표기법
**
**`_c` : 밑줄로 시작하는 카멜 표기법**
#### Naming Rules
#### Naming Rules
-
Private fields는
`_c`
로 표기한다.
-
Private fields는
`_c`
로 표기한다.
...
...