How do bugs come about in programs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do bugs come about in programs

29th Dec 2016, 1:32 PM
wisdom
3 Answers
+ 5
They come to poorly made programs without instructions/limitations.
29th Dec 2016, 1:37 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
They are often found in simply made programs that haven't been implemented with great Algorithms
29th Dec 2016, 2:14 PM
Given
Given - avatar
+ 1
Bugs are most often introduced as and when the code is initially created, because it is very difficult for a human to think of all possible combination of data and events that may be handled by the program. This is why it is so important to test a lot and systematically after each code modification, to find and fix all bugs.
29th Dec 2016, 5:10 PM
ifl
ifl - avatar