April 24, 2020
What is 'CRaP' Rust Code?!
Today I have READ the article How to write CRaP Rust code by Andre Bogus.
It is maybe a JOKE, but for those who are wondering like I was, "CRaP" stands for "correct, readable, and performant" says Andre's article!
The article gives ADVICE about topics like how to write Rust code, when to use generics, when to use unsafe, how to make Rust code easy to read, how to write fast Rust code, and when to optimize Rust code, and MORE!
I must STUDY these ideas to gain knowledge about writing better Rust code!