" 사용
class= 공백 없음
font-family는 예외로 ' 사용 "는 사용불가
html space 2
javascript space 2
java space 4
<a class="maia-button maia-button-secondary">Sign in</a>
html {
font-family: 'open sans', arial, sans-serif;
}
let count = 1;
if (true) {
count += 1;
}
if (exp == null) {
return false;
}
for (char ch : exp.toCharArray()) {
....
}
google java
https://google.github.io/styleguide/javaguide.html
google html
https://google.github.io/styleguide/htmlcssguide.html
google javascript
https://google.github.io/styleguide/jsguide.html
naver javascript
https://github.com/naver/eslint-config-naver/blob/master/STYLE_GUIDE.md
naver java
https://naver.github.io/hackday-conventions-java/
'MY' 카테고리의 다른 글
참고용 링크 (0) | 2023.09.10 |
---|---|
thread processing (0) | 2023.08.21 |
Substring (0) | 2023.07.22 |
ajax 엑셀 다운 (0) | 2023.05.13 |
내가 보는 잡다한 기록 (0) | 2023.04.29 |