Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] DTO 변수명 리팩토링 #992

Open
zeus6768 opened this issue Dec 27, 2024 · 0 comments
Open

[REFACTOR] DTO 변수명 리팩토링 #992

zeus6768 opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
BE 백엔드 refactor 요구사항이 바뀌지 않은 변경사항

Comments

@zeus6768
Copy link
Contributor

zeus6768 commented Dec 27, 2024

📌 어떤 기능을 리팩터링 하나요?

#965 에 따라 DTO 변수명이 길이를 줄이는 방향으로 변경해요.

AS-IS

void service(CreateTemplateRequest createTemplateRequest) {
}

TO-BE

void service(CreateTemplateRequest request) {
}

⏳ 예상 소요 시간 (예상 해결 날짜)

1일

@zeus6768 zeus6768 added refactor 요구사항이 바뀌지 않은 변경사항 BE 백엔드 labels Dec 27, 2024
@zeus6768 zeus6768 added this to the 7차 스프린트 💭 milestone Dec 27, 2024
@zeus6768 zeus6768 self-assigned this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 refactor 요구사항이 바뀌지 않은 변경사항
Projects
Status: Todo
Development

No branches or pull requests

1 participant