translate createlayers to japanese

This commit is contained in:
Yuta Azumi
2020-10-10 17:00:04 +09:00
parent e32cd1bb76
commit 8dab34e9dd

View File

@ -1,13 +1,13 @@
# Layer your app, keep Express within its boundaries
# アプリケーションを階層化し、 Express を境界内に収める
<br/><br/>
### Separate component code into layers: web, services, and DAL
### コンポーネントコードをウェブ、サービス、DALのレイヤーに分ける
![alt text](https://github.com/goldbergyoni/nodebestpractices/blob/master/assets/images/structurebycomponents.PNG "Separate component code into layers")
![alt text](https://github.com/goldbergyoni/nodebestpractices/blob/master/assets/images/structurebycomponents.PNG "コンポーネントコードを階層化する")
<br/><br/>
### 1 min explainer: The downside of mixing layers
### 1分解説: レイヤーを混ぜることのデメリット
![alt text](https://github.com/goldbergyoni/nodebestpractices/blob/master/assets/images/keepexpressinweb.gif "The downside of mixing layers")
![alt text](https://github.com/goldbergyoni/nodebestpractices/blob/master/assets/images/keepexpressinweb.gif "レイヤーを混ぜることのデメリット")