Ask Question

What are the useful techniques in program design?

+2
Answers (1)
  1. 27 December, 22:01
    0
    A broad question, with many answers.

    When designing a program you can use:

    Setting up requirements, possibly in a use-case form ("as a ... I want to ... so that ... ") Mapping the verbs and nouns in your requirements to classes and operations Drawing UML diagrams of the subject matter Creating flow charts and sequence diagrams Identify component boundaries with thin interfaces to keep complexity organized and local
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What are the useful techniques in program design? ...” 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