search

Home  >  Q&A  >  body text

objective-c - iOS开发,为了让自己开发的程序易于维护,你们会在开发的时候采取哪些措施?

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

PHP中文网PHP中文网2771 days ago575

reply all(3)I'll reply

  • PHPz

    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

    reply
    0
  • 怪我咯

    怪我咯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.

    reply
    0
  • 黄舟

    黄舟2017-04-18 09:53:28

    Don’t write it down. . .

    reply
    0
  • Cancelreply