diff --git a/journey/troubleshooting/260116_admin_dashboard_frontend_module_separation.md b/journey/troubleshooting/260116_admin_dashboard_frontend_module_separation.md index ebda0b3..d73b20a 100644 --- a/journey/troubleshooting/260116_admin_dashboard_frontend_module_separation.md +++ b/journey/troubleshooting/260116_admin_dashboard_frontend_module_separation.md @@ -38,7 +38,7 @@ - `index.html:24-26`: 새 모듈 스크립트 추가 ### 3. 파일 크기 개선 -- `app.js`: 1132줄 → 675줄 (457줄 감소) +- `app.js`: 1132줄 → 585줄 (547줄 감소) - `system.js`: 493줄 → 437줄 (56줄 감소) --- @@ -53,7 +53,7 @@ ## 교훈 ### 모듈 분리 효과 -- **파일 크기 감소**: `app.js` 457줄 감소로 가독성 향상 +- **파일 크기 감소**: `app.js` 547줄 감소로 가독성 향상 - **관심사 분리**: 기능별 모듈로 수정 범위 명확화 - **재사용성 향상**: 독립 모듈로 다른 프로젝트에서도 활용 가능