<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Mark Stabbot</title>
        <link>https://paragraph.com/@mark-stabbot</link>
        <description>Golang Developer</description>
        <lastBuildDate>Sat, 16 May 2026 03:43:46 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Mark Stabbot</title>
            <url>https://storage.googleapis.com/papyrus_images/de2e46490a4dbb18dbce639b2517fbef6a76cd21662f4182e7daedc9d4f3917c.png</url>
            <link>https://paragraph.com/@mark-stabbot</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[The Zen of Go]]></title>
            <link>https://paragraph.com/@mark-stabbot/the-zen-of-go</link>
            <guid>kbTuYeRrgUaVHj04uYhb</guid>
            <pubDate>Thu, 30 Mar 2023 09:30:55 GMT</pubDate>
            <description><![CDATA[Each package fulfils a single purposeHandle errors explicitlyReturn early rather than nesting deeplyLeave concurrency to the callerBefore you launch a goroutine, know when it will stopAvoid package level stateSimplicity mattersWrite tests to lock in the behaviour of your package’s API If you think it’s slow, first prove it with a benchmarkModeration is a virtueMaintainability counts]]></description>
            <content:encoded><![CDATA[<p>Each package fulfils a single purpose</p><ul><li><p>Handle errors explicitly</p></li><li><p>Return early rather than nesting deeply</p></li><li><p>Leave concurrency to the caller</p></li><li><p>Before you launch a goroutine, know when it will stop</p></li><li><p>Avoid package level state</p></li><li><p>Simplicity matters</p></li><li><p>Write tests to lock in the behaviour of your package’s API If you think it’s slow, first prove it with a benchmark</p></li><li><p>Moderation is a virtue</p></li><li><p>Maintainability counts</p></li></ul>]]></content:encoded>
            <author>mark-stabbot@newsletter.paragraph.com (Mark Stabbot)</author>
        </item>
    </channel>
</rss>