logoalt Hacker News

staticassertionyesterday at 8:41 PM2 repliesview on HN

It's very easy to just instruct the LLM to build using isolated crates, to maintain boundaries, focus on "ports and adapters", etc, and not run into this - in my experience.

I haven't had any issues with this getting out of hand on >10KLOC vibed rust codebases.


Replies

mohsen1yesterday at 8:50 PM

From the languages that I know, Rust is the only language that I can look at a multi-threaded code and understand it. This stuff being checked by the compiler is a huge advantage

show 1 reply
nm980yesterday at 8:50 PM

> I haven't had any issues with this getting out of hand on >10KLOC vibed rust codebases.

This rewrite is >750k lines of Rust

show 1 reply