2 ms·
> If coding is easy, why is software so damn buggy? Debugging is hard.
by firebot 2mo ago
> If coding is easy, why is software so damn buggy?
Debugging is hard.
- anonzzzies 2mo agoAnd people are very lazy; test one ideal path, works, done.
- Ekaros 2mo agoIt 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...