[Code 개선] #5. [Structure] Blueprint 도입을 통한 문서 유형(DocTypes) API 모듈화 #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
app.py에 집중된 문서 유형(DocTypes) 관련 API 로직을 Blueprint로 분리하여 코드 가독성과 확장성을 높입니다.2. 상세 원인 및 배경
app.py가 500라인을 넘어가면서 관리가 어려워지고 있습니다.Original: Kyeongmin/test#35