# 20210420(화)

## 2021-04-20

### 1. 학습 날짜

* 2021-04-20

### 2. 학습 시간

* 20:00 \~ 24:00

### 3. 학습 범위 및 주제

* 블랙커피 스터디 참석하기

### 4. 학습 목표

* 리뷰 받고 수정하기

### 5. 학습 정리

* x

### 6. 상세 학습 내용

* 파일내에서 특정 조건을 나타나기 위해 사용하는 숫자들이 있다. 나는 특히 이런 숫자들을 변수화, 상수화하지 않고 그냥 사용하는데 이 부분을 지적받았다. 가장 좋았던 건 이런 숫자를 나타내는 이름이 있고, 이를 알게됐다는것. 이것들은 `매직넘버` 라고 한다. 따라서 이 매직넘버들을 상수화 시켰다.
* 파일 분리에 대해 지적을 받았다. 자바스크립트에서으 가장 좋은? 파일 분리 방법은 객체 하나 당 파일 하나로 빼는 것이라고 한다. 물론 이것도 인터넷에 글을 작성한  사람의 의견이긴 하지만 많은 사람들이 따봉을 누른걸 보면 이 방법이 좋은 방법인거 같다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 내일부터느느 정말 열심히..

### 8. 다음 학습 계획

* vue 의 store 공부
* 블랙커피스터디 3단계 미션


---

# 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/diary/2021/april/20210420.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.
