Hacker News new | ask | show | jobs
by eerimoq 2136 days ago
In my experience most bugs are due to misunderstanding requirements and simply writing faulty logic. Just a few bugs are related to the language itself.
1 comments

In highr-level languages you can make a lot of faulty logic inexpressible in your code, which eliminates a ton of bugs.
That's pretty much what I wrote in the first post.