# 독서

- [클린코드](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code.md)
- [Chapter0. 나는 왜 클린코드 책을 읽는가?](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/chapter0.md)
- [Chapter1. 클린코드](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/chapter1.md)
- [Chapter2. 의미있는 이름](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/chapter2.md): 이름 하나 만으로 맥락을 파악할 수 있어야 한다.ß
- [Chapter3. 함수](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/chapter3.md)
- [Chapter4. 주석](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/chapter4..md): 주석을 달 시간에 어떻게 코드를 더 잘 표현할지에 대해 고민하자.
- [Chapter5. 형식 맞추기](https://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined/clean_code/undefined.md)


---

# 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://simian114.gitbook.io/blog/undefined-1/odds_and_ends/undefined.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.
