# Book Reviews

> “I'm not a great programmer; I'm just a good programmer with great habits.” - Kent Beck

\ <br>

## 읽은 책

📒 [도메인 주도 개발 시작하기](https://chloe-codes1.gitbook.io/book-reviews/ddd-start)

<br>

## 읽는 중

📒 [Clean Code](https://chloe-codes1.gitbook.io/book-reviews/clean-code)

📒 [도메인 주도 설계 핵심](https://chloe-codes1.gitbook.io/book-reviews/ddd-distilled)

📒 [데이터 중심 애플리케이션 설계](https://chloe-codes1.gitbook.io/book-reviews/designing-data-intensive-applications)

📒 [자바 ORM 표준 JPA 프로그래밍](https://chloe-codes1.gitbook.io/book-reviews/java-orm-standard-jpa-programming)

📒 [Effective Java](https://chloe-codes1.gitbook.io/book-reviews/effective-java)

📒 [읽고 나면 쉬워지는 자료구조](https://chloe-codes1.gitbook.io/book-reviews/data-structures-the-fun-way)


---

# 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://chloe-codes1.gitbook.io/book-reviews/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.
