diff --git "a/posts/\353\246\254\355\214\251\355\206\240\353\247\201/intro.png" "b/posts/\353\246\254\355\214\251\355\206\240\353\247\201/intro.png" new file mode 100644 index 0000000..5ab9fdc Binary files /dev/null and "b/posts/\353\246\254\355\214\251\355\206\240\353\247\201/intro.png" differ diff --git "a/posts/\353\246\254\355\214\251\355\206\240\353\247\201/\354\242\213\354\235\200\355\225\250\354\210\230\353\247\214\353\223\244\352\270\260_\354\275\224\353\223\234\353\260\260\354\271\230/README.md" "b/posts/\353\246\254\355\214\251\355\206\240\353\247\201/\354\242\213\354\235\200\355\225\250\354\210\230\353\247\214\353\223\244\352\270\260_\354\275\224\353\223\234\353\260\260\354\271\230/README.md" index 3e51117..c1538ed 100644 --- "a/posts/\353\246\254\355\214\251\355\206\240\353\247\201/\354\242\213\354\235\200\355\225\250\354\210\230\353\247\214\353\223\244\352\270\260_\354\275\224\353\223\234\353\260\260\354\271\230/README.md" +++ "b/posts/\353\246\254\355\214\251\355\206\240\353\247\201/\354\242\213\354\235\200\355\225\250\354\210\230\353\247\214\353\223\244\352\270\260_\354\275\224\353\223\234\353\260\260\354\271\230/README.md" @@ -43,6 +43,7 @@ export class ProductRepository { // 반복문을 돌면서 쌓아둔 결과를 반환 return results; } +} ``` 생각나는대로 코드를 작성하다보면 위와 같이 코드가 길어지고, 가독성이 떨어지는 경우가 많다.