Standardize the code, set up the architecture, decouple modules, separate data, and collect crashes; First of all, you must have a good programmer architect
1. Product Confirm the requirements with the product and make modifications easily. It’s good to confirm that the functional module requirements are uncertain. 2. Interaction Interaction directly affects your UI. Confirm with the product that it is easy to modify the UI. Convenient to process your own code. 3. Development stage Architecture, high cohesion and low coupling. Same view as above.
Standardize the code, set up the architecture, decouple modules, separate data, and collect crashes;
First of all, you must have a good programmer architect
1. Product
Confirm the requirements with the product and make modifications easily. It’s good to confirm that the functional module requirements are uncertain.
2. Interaction
Interaction directly affects your UI. Confirm with the product that it is easy to modify the UI.
Convenient to process your own code.
3. Development stage
Architecture, high cohesion and low coupling. Same view as above.
Don’t write it down. . .