Post ARptWUH5u5YuClPgVk by [email protected] | |
More posts by [email protected] | |
Post #ARphKoKgIvnDUKkzPk by [email protected] | |
0 likes, 0 repeats | |
it's fucked up that assignment to references is automatic in C++ with no sp… | |
Post #ARphKoPI1nTlicufb6 by [email protected] | |
0 likes, 0 repeats | |
@halcy can you give an example? | |
Post #ARpl2RN5Ko5ksaNRFg by [email protected] | |
0 likes, 0 repeats | |
@lritter well, if you have a function likevoid a(int& b) { b = 3;}then f… | |
Post #ARpl2RRh3fmJ6sX7R2 by [email protected] | |
0 likes, 0 repeats | |
@halcy how is there a readability problem if b is declared in the function head… | |
Post #ARptTd7OZDdKlQVwJs by [email protected] | |
0 likes, 0 repeats | |
@lritter because I may not know at all times what every function header says, e… | |
Post #ARptTdCiFRt31v0Bbk by [email protected] | |
0 likes, 0 repeats | |
@halcy mutability destroys state history. i don't think people realize yet … | |
Post #ARptWUH5u5YuClPgVk by [email protected] | |
0 likes, 0 repeats | |
@lritter @halcy Because a line that can be pretty far away completely changes t… | |
Post #ARptWUMPaJocTFtvnc by [email protected] | |
0 likes, 0 repeats | |
@WAHa_06x36 @halcy of all issues i had with C++ in my 20 years of using it, thi… | |
Post #ARpuGcnwWRCRyqmImO by [email protected] | |
0 likes, 0 repeats | |
@lritter @halcy As a C programmer who really doesn't touch C++, I thought t… | |
Post #ARpuGcsCGcbQC2lhPU by [email protected] | |
0 likes, 0 repeats | |
@koorogi @halcy references are nullable if you're trying hard enough ;) but… | |
Post #ARtyziKfzca8bagTwm by [email protected] | |
0 likes, 0 repeats | |
@lritter @halcy Agreed. Most codebases would become much more robust simply by … | |
Post #ARtyziQLeX7QtBL0mu by [email protected] | |
0 likes, 0 repeats | |
@bitbear @halcy you get it. | |
Post #ARu8kxx6dT1KFOGX7g by [email protected] | |
0 likes, 0 repeats | |
@bitbear @lritter but that’s exactly as I said - rust has mutability, it is j… | |
Post #ARu8ky24L0zSUmaUrI by [email protected] | |
0 likes, 0 repeats | |
@halcy @bitbear ah yes, i do not agree about the compromise. fundamentally, the… |