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