MaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 years agoWriting C++ is easy.sh.itjust.worksimagemessage-square20fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1imageWriting C++ is easy.sh.itjust.worksMaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 years agomessage-square20fedilink
minus-squareExperimentalGuy@programming.devlinkfedilinkEnglisharrow-up1arrow-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-up1·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.