当你的产品经理很善变时,这意味着UI的结构可能经常会变动,你们会采取什么措施让UI改动简单易行?
PHPz2017-04-18 09:53:28
Standardize the code, set up the architecture, decouple modules, separate data, and collect crashes;
First of all, you must have a good programmer architect
怪我咯2017-04-18 09:53:28
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.