Show HN: An automaton's code review of Gas Town with sycophancy-mode disabled 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?_ … _______ |