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

[버그] 기존 메소드 단위로 분리된 파일의 메소드를 모아서 클래스 단위로 캡슐화 진행 #28

Open
KNU-K opened this issue Sep 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KNU-K
Copy link
Member

KNU-K commented Sep 7, 2024

🐛 버그 리포트

설명

메소드별로 파일을 분리해서 코드의 복잡도가 높아졌습니다.

기대하는 효과

class 단위로 도메인에 대한 Single Responsible Principle 에 대한 요소를 만족하여, 조금 더 파일의 조각화를 막는 것이 효율적이라고 생각됩니다. 해당 도메인에 대한 함수 로직을 수정할 때 각파일을 접근하지 않도록 하는 것 또한 기대 되는 효과입니다.

@KNU-K KNU-K added the bug Something isn't working label Sep 7, 2024
@KNU-K KNU-K added this to the 공통 마일스톤 milestone Sep 7, 2024
@KNU-K KNU-K moved this to 진행중 in Auction Front-End 개발 Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 진행중
Development

No branches or pull requests

1 participant