objective-c - iOS开发,为了让自己开发的程序易于维护,你们会在开发的时候采取哪些措施?
PHP中文网
PHP中文网 2017-04-18 09:51:28
0
3
570

当你的产品经理很善变时,这意味着UI的结构可能经常会变动,你们会采取什么措施让UI改动简单易行?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(3)
PHPzhong

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. . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template