Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: edit readme #47

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ JDD 의 기초가 되는 소양을 항상 명심하자.
- 모르는 기술에 대해 공부하지 않는다. 동료들이 정리한 문서만 쓱 읽어본다. 정작 기술을 써야할 때는 동료의 시간을 빼았아 해달라고한다. 누가 뭐라고 하면 '팀워크'라고 해라.

- 코드리뷰(Code Review)는 하지 않는다. 내 코드가 무조건 정답이다. 누군가 리뷰를 요청하면 실수인 척 머지(Merge) 해야 한다.

- 푸시를 잘못했을땐 reset --hard를 애용하자. 누가 뭐라하면 revert는 커밋 기록이 지저분하다고 하자.
```


Expand All @@ -140,6 +142,8 @@ JDD 의 기초가 되는 소양을 항상 명심하자.
- 서버의 모든 포트는 열어둔다. 누군가가 취약하다고 하면 IP 블랙리스트를 관리한다고 답한다.

- CICD가 실패해도 머지한다.

- API key는 public에 올려도 상관없다. 어차피 아무도 보지 않는다.
```


Expand Down Expand Up @@ -309,6 +313,8 @@ DBMS 개발자를 믿자
- slow query 문제가 자동으로 해결되지 않는 이 세상이 이상한 거다. 개발자는 신경 쓰지 말자.

- SQL / ORM 등에서 힘겹게 쿼링하는것보다 그냥 다 불러와서 map/reduce/filter 쓰는 게 더 편하다.

- 정규화는 할 필요 없이 테이블 하나로도 충분하다. 누군가 뭐라 하면 join 비용의 절감이라고 하자.
```

### 머신러닝
Expand Down
Loading