We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d96cfc commit 6ca1618Copy full SHA for 6ca1618
design-patterns/ch1-strategy/readme.md
@@ -9,4 +9,6 @@
9
- 구현보다는 인터페이스에 맞춰서 프로그래밍한다.
10
11
## Reference
12
-- https://msyu1207.tistory.com/entry/1장-헤드퍼스트-디자인-패턴-전략-패턴
+- https://msyu1207.tistory.com/entry/1장-헤드퍼스트-디자인-패턴-전략-패턴
13
+- https://refactoring.guru/design-patterns/strategy
14
+- cache 정책을 strategy 패턴으로 : https://refactoring.guru/design-patterns/strategy/go/example
0 commit comments