243
I love Rust
(lemmy.blahaj.zone)
I mean, if your IDE does it for you, is it really that much better that it's shorter?
not the IDE, its the compiler. this is also not some AI shit, in many cases (not all) the compiler can actually figure out how to do this, because it's not hard, it would just be a lot of boilerplate if written manually.
I've only had to implement equality in C# but that didn't seem that hard of a problem. you just expand the operator = function
Post funny things about programming here! (Or just rant about your favourite programming language.)