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
Category.Type enum을 제거하고자 함. 도메인에 View의 요소가 매우 강결합 되어있음.
보유 중인 태그는 단순히 Category만 존재하지 않음. 맥에 대해 상세히 있고 (이는 String 값으로 비교 중임), 나머지가 Category임 (Mac, HaveNothing 사용 안함)
테스트 결과를 저장할 때 어떻게 저장하고, 저장한 값을 다시 가져올 때, 태그에 대한 요소를 어떻게 매핑할 건지 정해야함. 생각보다 위 시나리오에 대한 구조가 변경될 수 있음.
The text was updated successfully, but these errors were encountered:
malibinYun
No branches or pull requests
Category.Type enum을 제거하고자 함.
도메인에 View의 요소가 매우 강결합 되어있음.
보유 중인 태그는 단순히 Category만 존재하지 않음.
맥에 대해 상세히 있고 (이는 String 값으로 비교 중임), 나머지가 Category임 (Mac, HaveNothing 사용 안함)
테스트 결과를 저장할 때 어떻게 저장하고, 저장한 값을 다시 가져올 때, 태그에 대한 요소를 어떻게 매핑할 건지 정해야함.
생각보다 위 시나리오에 대한 구조가 변경될 수 있음.
The text was updated successfully, but these errors were encountered: