File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,20 @@ javascript์์ ์ ๊ณตํ๋ `document.querySelector()` ๋ฉ์๋๋ฅผ ํ์ด์ฌ
19
19
๋ณธ ํ๋ก์ ํธ๋ฅผ ์ํํ๋ฉฐ ๊ฐ์ธ์ ์ผ๋ก ์ฑ์ทจํ๊ณ ์ ํ๋ ๊ฒ์๋ ๋ค์๊ณผ ๊ฐ์ ๊ฒ๋ค์ด ์์ต๋๋ค.
20
20
21
21
1 . [ Google์ python style guide] ( https://google.github.io/styleguide/pyguide.html ) ๋ฅผ ํตํด ๊ฐ๋
์ฑ์ด ์ข๊ณ ์ ํํ๋ naming convention ์ฌ์ฉํ๊ธฐ.
22
+
22
23
2 . ๊ผผ๊ผผํ doc-string ์์ฑ์ผ๋ก ํ์ธ์ด ์ฌ์ฉํ๊ธฐ ํธํ ํํ์ API ์์ฑ์ ์ต์ํด์ง๊ธฐ.
24
+
23
25
3 . unittest๋ฅผ ์ง์ ์์ฑํด๋ณด๊ณ ๋ชจ๋๋จ์์ ํ
์คํ
์ ์ต์ํด์ง๊ธฐ.
26
+
24
27
4 . GitHub๋ฅผ ๋ฅ์ํ๊ฒ ์ฌ์ฉํ๊ธฐ.
28
+
25
29
- GitFlow๋ฅผ ํตํด git graph๋ฅผ ๊น๋ํ๊ฒ ์ ์งํ๊ณ , ํฅํ bug tracking ํน์ ํ๋ก์ ํธ ๊ฐ๋ฐ ์ญ์ฌ ์ ๋ฆฌ๊ฐ ์์ํ๋๋ก ํ๊ธฐ.
30
+
26
31
- Pull Request ๋ฐฉ๋ฒ์ ์ต์ํด์ง๊ธฐ.
27
32
- ๋ชจ๋, ๊ธฐ๋ฅ ๋ฑ์ ๋จ์๋ก ๊ฐ๋ฐํ์ฌ pr์ ํ๋ ๋ฐฉ๋ฒ์ผ๋ก, branch ๋ถ๊ธฐ๋ฅผ ์ฒด๊ณํ ํ๊ธฐ
28
33
- merge / squash and merge / rebase ๋ฑ ๋ค์ํ merge ๋ฐฉ๋ฒ๋ค์ ์ํํด๋ณด๋ฉฐ, ์ฅ๋จ์ ๋น๊ตํด๋ณด๋ฉฐ ์ต์ํด์ง๊ธฐ.
29
34
- Codacy๋ฅผ ํตํด ์ฝ๋ฉ ์คํ์ผ์ ๊ฐ๊ด์ ์ผ๋ก ๊ฒํ ํด๋ณด๊ธฐ.
35
+
30
36
- Issue/PR ๋ฅผ ์์ฑํ๋ฉฐ ํ์ฌ ์์
์ค์ธ ๋ด์ฉ์ ์ผ๊ด์ฑ์๊ฒ ์ ์งยท๊ด๋ฆฌํ๊ธฐ
31
37
32
38
## ๊ตฌํ
You canโt perform that action at this time.
0 commit comments