Ask Question
16 July, 20:04

What is the advantage of breaking your application's code into several small procedures?

+3
Answers (1)
  1. 16 July, 20:37
    0
    Answer: For better code management and modularity

    Explanation:

    An application consist several lines of code so when we break an entire code into several small procedures it becomes easy to maintain and look for errors while debugging. This process also is part of good code writing and hence easy to manage our code during testing and debugging phases of application development.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the advantage of breaking your application's code into several small procedures? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers