Skip to content
New issue

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

[Architecture] View 에 종속되어 있는 Observed Extension 벗기기 #47

Closed
insub4067 opened this issue Sep 28, 2022 · 0 comments
Closed
Assignees
Milestone

Comments

@insub4067
Copy link
Member

insub4067 commented Sep 28, 2022

WHERE

extension EventView {
final class Observed: ObservableObject {

HOW

final class EventViewOberserved: ObservableObject { }

WHY

View 외부에서 Observed 에 접근할수 없어 Testable 한 코드가 아닙니다.

@insub4067 insub4067 changed the title [Design Pattern] View 에 종속되어 있는 Observed Extension 벗기기 [Architecture] View 에 종속되어 있는 Observed Extension 벗기기 Sep 28, 2022
@insub4067 insub4067 added this to the v1.0.3 milestone Sep 29, 2022
@insub4067 insub4067 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants