<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code-Generation on NoRaincheck</title><link>https://noraincheck.github.io/tags/code-generation/</link><description>Recent content in Code-Generation on NoRaincheck</description><generator>Hugo</generator><language>en-US</language><copyright>NoRaincheck</copyright><lastBuildDate>Mon, 01 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://noraincheck.github.io/tags/code-generation/index.xml" rel="self" type="application/rss+xml"/><item><title>In Appreciation of Go Generate</title><link>https://noraincheck.github.io/posts/in-appreciation-of-go-generate/</link><pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/in-appreciation-of-go-generate/</guid><description>&lt;h2 id="in-appreciation-of-go-generate"&gt;In Appreciation of Go Generate&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;September 2025&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;Go is a rather minimal language. It does away with macros and (direct)&#10;metaprogramming, but it does offer code generation as a first-class citizen via&#10;&lt;code&gt;go:generate&lt;/code&gt; . On multiple counts, it is rather unassuming and underwhelming,&#10;after all the code generation needs to be directly committed for it to be used;&#10;there&amp;rsquo;s no generators or run time generation, but rather it forms part of the&#10;distribution.&lt;/p&gt;</description></item></channel></rss>