Q: What is one way to improve code reliability?
-
A
By optimizing algorithms and data structures for the task at hand.
-
B
By identifying potential issues in the code to prevent bugs and errors from occurring.
-
C
By minimizing disk and network I/O operations or performing them asynchronously.
-
D
By using the latest programming language features and syntax.
B
Answer:
B
Explanation:
Identifying and addressing potential issues in the code helps prevent bugs and errors, improving reliability.
Related Topic:
Share Above MCQ