Comment by Charon77
Comment by Charon77 19 hours ago
Absolutely love how readable the entire project is
Comment by Charon77 19 hours ago
Absolutely love how readable the entire project is
I know because this is how an AI generated project looks. Clearly AI generated README, "clean" code, the way files are named, etc.
To me it looks like LLM generated README, but not necessarily the source (or at least not all of it).
Or there's been a cleaning pass done over it.
I think pretty clearly the source is also at least partially generated. None the less, just a README like that already sends a strong signal to stop looking and not trust anything written there.
Most Rust code looks like this - only generic library code goes crazy with all the generics and lifetimes, due to the need to avoid unnecessary mallocs and also provide a flexible API to users.
But most people aren't writing libraries.
Don't underestimate what some programmers trying to prove their cleverness (or just trying to have fun) can do if left unchecked. I think most Rust code does indeed look like this but I've seen plenty of projects that go crazy with lifetimes and generics juggling where they don't have to.
It's AI generated