# Design Pattern

디자인 패턴은 자주 마주치는 오류를 줄이기 위한 패턴을 이야기하고 있다.

유지 보수에 있어서 프로젝트를 더욱 견고하게 만드는 것이다.

그러니 패턴에 얽매여 강제로 도입할 필요는 없는 것이다. 문제가 발생하였을 때 해결책으로 강구하기에 좋은 것임을 잊지 말자.


---

# 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://devlog.joonas.io/design-pattern.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.
