MaliciousKebab@sh.itjust.workscake to Programmer Humor@programming.devEnglish · 2 years agoWriting C++ is easy.sh.itjust.worksimagemessage-square64fedilinkarrow-up1422arrow-down16
arrow-up1416arrow-down1imageWriting C++ is easy.sh.itjust.worksMaliciousKebab@sh.itjust.workscake to Programmer Humor@programming.devEnglish · 2 years agomessage-square64fedilink
minus-squareExperimentalGuy@programming.devlinkfedilinkEnglisharrow-up2arrow-down1·2 years agoOne of the reasons i started learning rust was bc of how easy it is to get into it, or at least that’s how it felt for me. It wasn’t until a few months into consistently writing that I started to encounter things that I didn’t understand.
minus-squaremarcos@lemmy.worldlinkfedilinkEnglisharrow-up5·2 years agoThe good thing about Rust is that if you have no idea of any problem in your code, it very likely because your code is ok. On C++ things are different.
One of the reasons i started learning rust was bc of how easy it is to get into it, or at least that’s how it felt for me. It wasn’t until a few months into consistently writing that I started to encounter things that I didn’t understand.
The good thing about Rust is that if you have no idea of any problem in your code, it very likely because your code is ok.
On C++ things are different.