40
Rust is adopting an LLM policy
(blog.rust-lang.org)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Man, so much this. LLM written code is, most of the time, both excessively verbose, and overly complicated.
Also, I’ve found myself asking more about “why” than “how” in my reviews. Why is this loop here, why is this one liner method used only once, why do these five tests do the same thing. I’ve reached a point where I feel like I'm gaslighting myself into thinking that I'm constantly missing something, because nothing makes sense from an engineering perspective anymore.