Standard project development process

-----schema first

1, analysis of business (the flowchart, FIG embodiment, like with the architecture of FIG.)

2, finalize business process (review)

3, designed API (I need those API) data model and table structure design, class diagram ER diagram

4, write API documentation

5, writing code

------api first

1, analysis of business (the flowchart, FIG embodiment, like with the architecture of FIG.)

2, finalize business process (review)

3, designed API (I need those API) data model and table structure design, class diagram ER diagram

4, write code

5, writing API documentation

Guess you like

Origin www.cnblogs.com/xiaofeiyang/p/12319980.html