The current software development process is as follows:
Requirement Analysis-> outline design-> Framework Design-> module design-> class design-> coding-> Maintenance
New ideas:
User Feature Analysis (similar functions have different value points for different users)
-> Software Value Analysis (that is, the specific output of the actual benefits brought to users by the software)
-> Algorithm analysis (determine the related algorithms required for the software results, and obtain the data circulation and transformation method from this to obtain the data entity class, at the same time, it can determine the data content that the user needs to provide and how to provide such content)
-> Function Analysis (create a business class and use the data entity class for data exchange)
-> Module analysis (induction of business classes to form specific functional modules)
-> Framework analysis (induction module to form a specific framework)
-> Auxiliary coding (testing, detection, analysis, tools, etc)
-> Encoding
-> Maintenance