<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - programming:design</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-17T12:22:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/programming/design/singleton"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/programming/design/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/programming/design/singleton">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Singleton Pattern</title>
        <link>https://prod.jnet.julianscorner.com/programming/design/singleton</link>
        <description>Singleton Pattern

“Ensure a class only has once instance, and provide a global point of access to it.”

The Singleton Pattern is a Creational pattern. In programming, you may need to make sure that there is only one instance of a class running.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/programming/design/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Design Patterns</title>
        <link>https://prod.jnet.julianscorner.com/programming/design/start</link>
        <description>Design Patterns

According to Gang of Four, Patterns are one of three types:
 Behavioral  Behavioral patterns help you define the communication between objects in your system and how the flow is controlled in a complex program.  Creation  Creation patterns are ones that create objects for you, rather than having you instantiate objects directly. This gives your program more flexibility in deciding which objects need to be created for a given case.</description>
    </item>
</rdf:RDF>
