https://github.com/gmoon92/read-books-for-programmers
개발 관련 도서 정리
https://github.com/gmoon92/read-books-for-programmers
Last synced: 22 days ago
JSON representation
개발 관련 도서 정리
- Host: GitHub
- URL: https://github.com/gmoon92/read-books-for-programmers
- Owner: gmoon92
- Created: 2022-09-02T08:47:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T09:51:23.000Z (9 months ago)
- Last Synced: 2025-09-28T11:42:44.976Z (9 months ago)
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :book: read-books-for-programmers
## 커밋 규칙
기본적으로 [AngularJS Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153) 을 따른다.
### Format
_docs(`책 제목`): `챕터`. `제목` - `Github ID`_
``` text
docs(책 제목): 챕터. 제목 - Github Id
```
### Examples
``` text
docs(Clean Code): 01. 깨끗한 코드 - csh0034
- 코드가 존재하리라 추가
- 나쁜 코드로 치는 대가 추가
todo: 깨끗한 코드란?
docs(Clean Code): 02. 이름짓기 - gmoon92
- 변수 이름을 줄여 쓰지 않기 수정
- 상수를 하드코딩하지 않기 추가
ref: #6d905de1
todo: 상수를 하드코딩하지 않기 내용 추가
```