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 @
59c68093
...
...
@@ -33,8 +33,9 @@
-
boolean 이 들어가는 변수, 속성, 메서드등은 "Is" 또는 유사한 접두사를 사용한다. (Can, Has)
- - -
-
UI구성요소는 알맞는 접두어를 붙여서 다른 변수와 구분해야 한다.
| Control | Prefix |
| -
-
- | -
-
- |
| -
-
- | -
-
- |
| Label | lbl |
| TextBox | txt |
| DataGrid | dtg |
...
...