Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit 40b7053

Browse files
authored
Update and rename .github/code_template.md to template/solution_template.md
1 parent 75c1ae1 commit 40b7053

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/code_template.md renamed to template/solution_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## 폴더이름
2-
- 플랫폼명
3-
- 영문명이 있을 경우 영문명을 사용
1+
## 파일 구조
2+
- 플랫폼 폴더 구조 하위에 파일 작성 (e.g. codility/)
3+
- 영문명이 있을 경우 영문명으 소문자 사용
44
- 영문명이 없을 경우 한글 사용
55

6-
## code 파일위치
7-
- 플랫폰 폴더 구조 하위에 파일 작성
6+
## Solution 설명 양식
7+
- 참고파일: algorithmSolution/template/solution.md
88

9-
## code 이름
9+
## Solution code 양식
1010
- 문제를 찾을 수 있는 이름을 스네이크 표기로 명명후 코드 작성자의 이름 추가
11-
- ex) codility/prefixsums_PassingCars_ksno.java
11+
- e.g) codility/prefixsums_PassingCars_ksno.java
1212

13-
## code 파일 내부 구조
13+
## Solution 파일 내부 구조
1414
- 문제풀이 메인 소스코드의 메서드명은 *solution*으로 통일
1515
- 테스트 케이스는 *testcase* 이너 클래스를 만들어 소스코드 파일에서 공유
1616
```java

0 commit comments

Comments
 (0)