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
Show whitespace changes
Inline
Side-by-side
coding_guide.md
View page @
0caabe72
...
...
@@ -4,8 +4,9 @@
> 카멜 표기법 : 각 단어의 첫문자를 대문자로 표기하고 붙여쓰되, 맨처음 문자는 소문자로 표기하는 방법 (camelCase)
P : 파스칼 표기법
_c : 카멜 표기법
**P : 파스칼 표기법**
**_c : 카멜 표기법**
#### Naming Rules
-
Private fields는 _c 로 표기한다.
...
...