# Clean\_Architecture

### 클린 아키텍쳐 서적에 대한 스터디를 진행하고 정리한 내용입니다.

![](https://github.com/user-attachments/assets/d9a493a4-d367-46d2-9976-60fd541a7acb)

## 🗓️ 스터디 기간 (2024.09.09 \~)

|   진행 기간  |   목차   |        진행내용        |
| :------: | :----: | :----------------: |
| 24/09/29 | 2장, 3장 | SOLID / 프로그래밍 패러다임 |
| 24/10/14 |   4장   |        컴포넌트        |
| 24/10/21 |   5장   |        아키텍처        |

## 🚗 스터디 진행 방식

> [이펙티브 자바 스터디 by Javabom](https://javabom.tistory.com/70) 의 스터디 방식을 참고하였습니다.

* 정해진 도서를 매주 계획된 양 만큼 읽고 정리한 내용을 공유합니다.
* 모든 스터디원은 해당 주차에 맞는 내용을 읽고 이해가 되지 않거나 도움이 필요한 부분을 이슈로 등록합니다.
* 매주 한 명씩 돌아가면서 Reviewer 역할을 맡습니다.
* Reviewer는 해당 주에 읽은 내용을 확실하게 이해하고 다른 스터디원들의 이슈에 답변합니다.
* 회의가 진행될 떄 Reviewer가 주도적으로 이슈를 살펴보며 답변 내용을 공유합니다.
* 질문과 별개로 모든 스터디원은 읽은 내용을 요약, 정리하여 PR을 보내야 합니다.

## 📐 규칙

1. 3번 이상 불참 시 스터디 탈퇴
2. 불참이 예상될 시 미리 공유
3. 매주 토요일(23:55) 까지 질문 이슈 등록
4. Reviewer는 회의 전까지 질문 이슈에 답변
5. 매주 월요일 9시 회의 전까지 요약 PR 생성

## 💫브랜치,커밋 전략

* 브랜치 전략
  * `${n}week/name`
* 파일 관리 전략
  * 폴더 구조 , `${n}week` 폴더내에 `name.md`로 생성
  * 이미지가 있는 경우 `${n}week/img`폴더에 `name-${number}.img`로 저장\
    ![img.png](https://github.com/code-appender/Clean_Architecture/blob/main/img/img1.png)
* 커밋 전략
  * 내용 요약시 `feat : ✅${n}주차 독서완료 했습니다.`
  * 문서 작업 시 `📝docs: ${내용}`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csi-1.gitbook.io/clean-architecture/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
