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

show_graph.py의 함수의 길이와 복잡성 문제 #535

Open
awc0596 opened this issue Jun 17, 2024 · 0 comments
Open

show_graph.py의 함수의 길이와 복잡성 문제 #535

awc0596 opened this issue Jun 17, 2024 · 0 comments

Comments

@awc0596
Copy link
Contributor

awc0596 commented Jun 17, 2024

show_graph.py에서 구체적인 문제점은
1.긴 함수의 길이
draw_course_structure 함수는 많은 라인을 포함하고 있으며, 그래프의 설정, 데이터 조작, 그리기, 파일 저장 등 여러 작업을 수행하고 있습니다.
2.다중 책임
이 함수는 여러 책임을 갖고 있습니다. 그래프 노드 추가, 엣지 추가, 레이아웃 설정, 시각화, 파일 저장 등 다양한 작업을 담당합니다.
단일책임원칙을 위반하며, 한 부분에 문제가 발생했을 떄 다른 부분에도 영향을 미칠 수 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant