Browse Source

마크다운 수정

master
junh_eee(이준희) 8 months ago
parent
commit
426f875b04
  1. 5
      src/modules/NAMING.md

5
src/modules/NAMING.md

@ -21,6 +21,7 @@
- 구분자는 소문자로 작성한다.
- 동사를 먼저 작성한다.
- 비동기 요청 액션이 아닐 땐 `CLIENT_` 로 시작한다.
> > 기본 규칙
>
> - 목록 조회 `GET_[주체]_LIST`
@ -32,7 +33,9 @@
> > 동사
>
> - SET, FIND, SEND, CHECK, REGISTER ...
>
> > 명사
>
> - LIST, DETAIL, LOG, APPROVAL ...
```bash
@ -145,7 +148,7 @@ export function* sampleSaga() {
<br>
## 📜 index
## 📜 index.ts
```bash
export * from './actions';

Loading…
Cancel
Save