<?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>Telescoping-Constructor on wid's blog</title><link>https://wid-blog.github.io/en/tags/telescoping-constructor/</link><description>Recent content in Telescoping-Constructor on wid's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 11 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/en/tags/telescoping-constructor/index.xml" rel="self" type="application/rss+xml"/><item><title>Builder</title><link>https://wid-blog.github.io/en/posts/tech/design-pattern/builder/</link><pubDate>Sun, 11 Feb 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/en/posts/tech/design-pattern/builder/</guid><description>Builder is the answer when three limits of constructors meet at once — many parameters, some optional, and step-wise validation. With fewer than all three, simpler tools suffice. When the language provides rich named/default parameters, the need for Builder shrinks as well.</description></item></channel></rss>