Skip to content

Commit

Permalink
Translate createlayers.korean.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songe committed Apr 5, 2020
1 parent 4a1440e commit ba7bbd8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions sections/projectstructre/createlayers.korean.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Layer your app, keep Express within its boundaries

<br/><br/>

### Separate component code into layers: web, services, and DAL

![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/structurebycomponents.PNG "Separate component code into layers")

<br/><br/>

### 1 min explainer: The downside of mixing layers

![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/keepexpressinweb.gif "The downside of mixing layers")
# 컴포넌트를 계층화(layer)하고, Express를 그 경계 안에 둬라

<br/><br/>

### 컴포넌트 코드를 웹, 서비스, and 데이터 접근 언어(DAL) 계층으로 나누어라

![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/structurebycomponents.PNG "Separate component code into layers")

<br/><br/>

### 1분 설명: 계층을 섞으면 불리한 점

![alt text](https://github.com/i0natan/nodebestpractices/blob/master/assets/images/keepexpressinweb.gif "The downside of mixing layers")

0 comments on commit ba7bbd8

Please sign in to comment.