Skip to content

반복/중복 코드 제거 #17

@Goder-0

Description

@Goder-0

작업 내용

  • 같은 로직이 여러 메서드나 클래스에 중복되어 나타나는 부분이 있어, 공통 메서드로 분리하거나 유틸성 클래스로 추출하여 중복을 제거할 필요가 있습니다.

작업 예시

  • 특정 유효성 검사 반복 → 공통 함수 추출
  • DTO 매핑 반복 → Mapper 클래스 또는 ModelMapper 적용

코드 수정 이전 작업

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions