Soft exam (senior) architect

I took the letter management (advanced) exam in May and passed the card score. I will participate in the architect next month. I have time to prepare, but it is difficult to calm down and study carefully. I have to take my time to get rid of impetuousness.

Share some knowledge that needs to be learned and update gradually.


Morning exam points


Software quality attributes

  • Architectural style


  • Design Patterns

                   Proxy mode: It can directly solve the problems caused by accessing the object (the object to be accessed is on a remote machine; the cost of object creation is high; some operations require security control; the need for out-of-process access)

                  Mediator pattern : Use a mediation object to encapsulate a series of object interactions

                  


  • Agency model


Guess you like

Origin blog.csdn.net/muzhiqian/article/details/52816675