Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 블랙서바이벌
- Kotlin
- 룩백
- git
- git pull
- nodejs
- 라인광고플랫폼
- 코딩공부
- 사이드프로젝트
- 카카오톡공유하기
- 부업
- 스케치퀴즈
- 구글검색광고
- submodules
- Redis
- 토이프로젝트
- 메모장앱
- 광고플랫폼
- 플러터
- nestjs
- funnel
- 개인앱
- 스케치데브
- 영원회귀
- 이터널리턴
- 개발자를_위한 #PPT팁
- 펀널
- 캐치마인드
- 카카오톡
- 페이스북광고
Archives
- Today
- Total
가을기 Workspace
DTO말고 다른 이름은 없을까? 본문
클래스 이름을 DTO 또는 Dto로 끝내는 것은 의미가 희미해지는 느낌이 있고 class 그 자체에 대해 그다지 인지를 못하게 된다. class의 목적을 잘 묘사하는 이름을 지어보자.
- SomeSortOfCommand
- SomeSortOfConfiguration
- SomeSortOfCredentials
- SomeSortOfDetails
- SomeSortOfElement
- SomeSortOfEvent
- SomeSortOfHeader
- SomeSortOfInput
- SomeSortOfInstruction
- SomeSortOfItem
- SomeSortOfMessage
- SomeSortOfMetadata
- SomeSortOfOperation
- SomeSortOfOutput
- SomeSortOfPayload
- SomeSortOfProjection
- SomeSortOfQueryParameter
- SomeSortOfQueryResult
- SomeSortOfRepresentation
- SomeSortOfRequest
- SomeSortOfResource
- SomeSortOfResponse
- SomeSortOfResult
- SomeSortOfRow
- SomeSortOfSettings
- SomeSortOfSpecification
- SomeSortOfStatus
- SomeSortOfSummary
'개발' 카테고리의 다른 글
[git] submodule 최신으로 업데이트하기 (0) | 2021.12.07 |
---|---|
[git] master 브랜치 빼고 모두 삭제하기 (0) | 2021.09.28 |
[개발] git submodule update (0) | 2021.06.02 |
Comments