Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I was reporting to a developer some research I'd read that said that about half of errors were logical (and, or, off by 1) and half misusing an API.

The developer replied "and the other half comes from concurrency".

All of us listening did the math and burst out laughing for the trenchant truth



Some people, when confronted with a problem, think, “I know, I’ll use threads,” and then two they hav erpoblesms.


This is where Rust makes a massive difference. I can change iter() to par_iter() and have it work flawlessly on the first try.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: