Conversation

The more I write Rust the more I think traits are harmful, as they make the code messy and spaghetti. I've been working on a private Rust project, and in ~11k lines of code I've only defined two. One turned out to be a bad idea, the other is a hack around unstable coroutines.
12
41