Ask Question

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

+1
Answers (1)
  1. 20 March, 05:06
    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?
Find an answer to your question 👍 “What is the advantage of breaking your application's code into several small procedures? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers