> If coding is easy, why is software so damn buggy?
Debugging is hard.
And people are very lazy; test one ideal path, works, done.
It is usually forgetting that everything can fail and will fail. And I mean everything. If it shouldn't fail it will at some point. And you should take that into account. And we usually don't until third or so time...
And people are very lazy; test one ideal path, works, done.
It is usually forgetting that everything can fail and will fail. And I mean everything. If it shouldn't fail it will at some point. And you should take that into account. And we usually don't until third or so time...