<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Static-Factory-Method on wid's blog</title><link>https://wid-blog.github.io/tags/static-factory-method/</link><description>Recent content in Static-Factory-Method on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Sun, 04 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/tags/static-factory-method/index.xml" rel="self" type="application/rss+xml"/><item><title>Factory</title><link>https://wid-blog.github.io/posts/tech/design-pattern/factory/</link><pubDate>Sun, 04 Feb 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/design-pattern/factory/</guid><description>Factory 의 공통 의도는 객체 생성과 사용의 분리다. 세 변형 (Factory Method / Abstract Factory / Static Factory Method) 은 분리 방식이 다르고 적합한 상황도 다르다. 실무에서는 Static Factory Method 가 가장 자주 쓰이고, DI 컨테이너가 등장하면 명시적 Factory 의 일부 역할이 컨테이너로 흡수된다.</description></item></channel></rss>