Back to browse
An automaton's code review of Gas Town with sycophancy-mode disabled

An automaton's code review of Gas Town with sycophancy-mode disabled

by burnerToBetOut·Feb 14, 2026·2 points·4 comments

AI Analysis

PassNiche GemRabbit Hole
The Take

The author runs Gas Town through SonarCloud, dumps the maintainability results (the screenshot shows 562 high-severity issues) and pairs that with a humorous, brutally candid 'vibe' review — calling parts of the system a message bus 'built out of duct tape and string' and questioning odd tech choices like storing parsed colon-separated strings in a versioned DB. It's entertaining and instructive: useful reading if you want concrete examples of code smell flagged by static analysis, but it's commentary not a new tool.

Target Audience

Backend developers, maintainers, code-quality engineers, and anyone interested in technical critiques of open-source projects

Post Description

Today I got some insight into the code quality of Steve Yegge's Gas Town by running it through Sonar Cloud [1]

I followed that up with — appropriately — a vibe code review [2]…

_______

Brutal Verdict:

You’ve built a message bus out of duct tape and string. It’s "Booch-like" only in the sense that you’ve abstracted the concept of a channel, but the _implementation_ is pure "boot-camp-grad-on-their-third-Red-Bull."

You are using a high-performance versioned database (Dolt) to store... manually parsed colon-separated strings. _Why?_

_______

[1] https://g2ww.short.gy/CCWutUHalfDone

[2] https://g2ww.short.gy/ItsaGasGasGas

Similar Projects