Aisolab이 오늘 새로 배운 것을 다음의 규칙으로 commit 합니다. thoughtbot til 참고
- 문서 생성은 GFM (Github Flavored Markdown) 을 사용한다. (확장자
.md
)- code 실행결과가 필요한 문서의 경우
.ipynb
파일을 활용한다. 단README.md
에 link 시 nbviewer를 활용한다.
- code 실행결과가 필요한 문서의 경우
- 언어나 기술명으로 폴더를 만든다. (root에 문서를 만들지 않는다.)
- 파일명은 영어로!
- 좋은 git commit message를 작성하기 위한 7가지 약속
- Variable.md
- Integer.md
- Real number.md
- Character and Strings.md
- Function.md
- Object-oriented programming.md
- Class.md
- What is first-class function.md
- How to handle errors.md
- How to use closure.md
- How to use decorator.md
- How to use functional programming.md
- How to use argparse module.md
- How to use class method and static method.md
- How to implement information hiding.md
- How to use iterator and generator.md
- How to use abstract class.md