Design & Development 006 Flashcards
1
Q
What does it mean for code to be reliable
A
The program should run without coming across issues that might break it.
2
Q
What does testing entail within coding
A
Trying to find a way to make the program not do the task it is told to do
3
Q
What does it mean for a code to be robust
A
The code should be able to handle any way you try to break it