<?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>Dependency-Injection on wid's blog</title><link>https://wid-blog.github.io/tags/dependency-injection/</link><description>Recent content in Dependency-Injection on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Sun, 28 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/tags/dependency-injection/index.xml" rel="self" type="application/rss+xml"/><item><title>Singleton</title><link>https://wid-blog.github.io/posts/tech/design-pattern/singleton/</link><pubDate>Sun, 28 Jan 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/design-pattern/singleton/</guid><description>Singleton 은 가장 단순한 패턴이지만 안티패턴 논란의 대표 사례다. 단일 인스턴스 보장과 전역 접근을 한 패턴에 묶은 결정이 강한 결합과 테스트 어려움의 원인. DI 가 두 의도를 분리한 일반 대안이다.</description></item></channel></rss>