1.6k views
2 votes
Which is a good approach in the EARLY stages of application design?

Develop code quickly to meet the application requirements.
Take time to explore and develop your ideas.
Convert the requirements into algorithms immediately.
Use a compiler to convert your application to machine language.

1 Answer

3 votes

Answer: Take time to explore and develop your ideas

Step-by-step explanation:

When we designing the application, our first step is to explore and then developing the idea by proper analyzing the main concepts. The software development life cycle (SDLC) is the method which helps to analyze all the steps before designing any application.

The first step is explore the various techniques and then analyzing it according to the project requirement. Collect all the required information or data and then use this information for designing the applications.

User Kuceram
by
5.5k points