Skip to content

v11.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 00:16
· 98 commits to master since this release
119dda7

refactor: migrate to go

Go is a really nice language, and I’ve been enjoying it a lot recently.

Although I still like C#, I’ve found myself growing more distant from
it. For this specific project, C# doesn't feel like a great fit and
often feels like it's just making things harder

From my experience, C# excels at enterprise-level backend development,
but when you want to build something command-line focused or
"community-oriented," Go is the better choice

From a personal standpoint, Go is much nicer to work with on this
project - especially with the Charm (Charmbracelet) ecosystem. It’s
amazing, and the Go code is overall much more readable than the C# code
we had here before