ajroot5685 / ajroot5685.github.io

MIT License
0 stars 0 forks source link

posts/Strategy-Pattern/ #46

Open utterances-bot opened 5 hours ago

utterances-bot commented 5 hours ago

잘못된 전략 패턴으로 인한 학습과 고찰 | 안정적인 블로그

전략 패턴(Strategy Pattern)이란?

https://ajroot5685.github.io/posts/Strategy-Pattern/

mikio999 commented 5 hours ago

지난 시간에 설명해주셨던 Facade 패턴과 전략 패턴 모두 코드의 복잡성을 관리하는 데 도움을 주는 것 같습니다. 두 패턴의 주요 목적과 각각 언제 가장 효과적인지 설명해주실 수 있나요?