Computer Science, asked by hhgvvvvbbhbbbbbnn, 1 year ago

how to create a software ?

Answers

Answered by AJAYMAHICH
0
First we plan what problem we are solving.

Based on that write a pseudo code.

Then we decide which language is better to write code which suits the problem definition and could work on required environments.

Plan how to code by deciding a coding architecture and choose a specific design pattern for coding.

Then we divide the pseudo code in logical modules.

Statt versioning the software and build each module separately. And the architecture joins all modules.

Test the application.

If it is a web app then deploy in a server. If it is a desktop app then create an executable file.

Keep testing and keep upgrading.

As you can see that the real coding is mentioned in only one step. So does many software building companies do. It is called the Pareto's principle or the 80:20 rule. You can search about this to understand it better.
Similar questions