<?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/en/tags/static-factory-method/</link><description>Recent content in Static-Factory-Method on wid's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 04 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/en/tags/static-factory-method/index.xml" rel="self" type="application/rss+xml"/><item><title>Factory</title><link>https://wid-blog.github.io/en/posts/tech/design-pattern/factory/</link><pubDate>Sun, 04 Feb 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/en/posts/tech/design-pattern/factory/</guid><description>Factory&amp;rsquo;s shared intent is separating creation from use. The three variants — Factory Method, Abstract Factory, and Static Factory Method — split creation differently and suit different conditions. Static Factory Method is the variant most often encountered in practice, and DI containers absorb part of Factory&amp;rsquo;s explicit role.</description></item></channel></rss>