MaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 years agoWriting C++ is easy.sh.itjust.worksimagemessage-square63fedilinkarrow-up1888arrow-down119
arrow-up1869arrow-down1imageWriting C++ is easy.sh.itjust.worksMaliciousKebab@sh.itjust.works to Programmer Humor@programming.devEnglish · 3 years agomessage-square63fedilink
minus-squareExperimentalGuy@programming.devlinkfedilinkEnglisharrow-up3arrow-down1·3 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-up9·3 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.