We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RunningDataManager, RunningStartManager 의존성 분리
RunningDataManager, RunningStartManager 가 전역에서 러닝의 시작과 데이터 저장을 하는 역할을 하고 있습니다. 싱글톤으로 구현된 이 객체에 의존성이 크게 걸려있어서 의존성의 분리를 하는 작업을 진행합니다.
The text was updated successfully, but these errors were encountered:
moonkey48
No branches or pull requests
✏️ Summary
RunningDataManager, RunningStartManager 의존성 분리
✨ Description
RunningDataManager, RunningStartManager 가 전역에서 러닝의 시작과 데이터 저장을 하는 역할을 하고 있습니다. 싱글톤으로 구현된 이 객체에 의존성이 크게 걸려있어서 의존성의 분리를 하는 작업을 진행합니다.
The text was updated successfully, but these errors were encountered: