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

[4] 팩토리 메소드 패턴 vs 추상 팩토리 패턴 #105

Open
sootudio opened this issue Nov 6, 2024 · 0 comments
Open

[4] 팩토리 메소드 패턴 vs 추상 팩토리 패턴 #105

sootudio opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
question Further information is requested 헤드퍼스트 디자인패턴

Comments

@sootudio
Copy link

sootudio commented Nov 6, 2024

194장에서 팩토리 메소드 패턴과 추상 팩토리 패턴을 비교하며, 제품을 생산하는 PizzaStore는 팩토리 메소드 패턴, 피자의 재료들을 구성하는 PizzaIngredientFactory는 추상 팩토리로 구현을 하였습니다.

image
image

해당 부분에서, 제가 두 가지의 차이점을 잘 몰라서 그런 것일수도 있지만... PizzaIngredientFactory를 왜 추상 팩토리로 구현을 하는 이유를 잘 모르겠습니다. 정확히 말하자면 두 패턴 다 상관 없을 것 같기는 한데, 추상 팩토리로 구현을 하는것이 더 유리한 이유를 잘 모르겠어서 다른 분들은 어떻게 생각하시는지 질문 올려봅니다!

@sootudio sootudio added question Further information is requested 헤드퍼스트 디자인패턴 labels Nov 6, 2024
@sootudio sootudio self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested 헤드퍼스트 디자인패턴
Projects
None yet
Development

No branches or pull requests

1 participant