[Code 개선] #12. [Converter] 하드코딩된 자산(Assets) 경로의 동적 해결 로직 도입 #34
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. 목표
소스 코드 내부에 고정된 특정 개발 PC의 절대 경로를 제거하고, 실행 환경(Windows/Linux, 설치 경로)에 유연하게 대응하는 상대 경로 체계를 구축합니다.
2. 상세 원인 및 배경
Config.ASSETS_PATH등에D:\for python\...와 같은 경로가 하드코딩되어 있습니다.Original: Kyeongmin/test#42