An open API service indexing awesome lists of open source software.

https://github.com/gmoon92/read-books-for-programmers

개발 관련 도서 정리
https://github.com/gmoon92/read-books-for-programmers

Last synced: 22 days ago
JSON representation

개발 관련 도서 정리

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: 상수를 하드코딩하지 않기 내용 추가
```