Do you use design patterns?

后端 未结 15 2089
盖世英雄少女心
盖世英雄少女心 2020-12-23 09:56

What\'s the penetration of design patterns in the real world? Do you use them in your day to day job - discussing how and where to apply them with your coworkers - or do the

15条回答
  •  北海茫月
    2020-12-23 10:32

    Yes we do, it usually happens when we start designing something and then someone notices that it resembles an existing pattern. We then take a look at it and see how it would help us achieve our goal.

    We also use patterns that are not documented but that emerge from designing a lot.

    Mind you, we don't use them a lot.

提交回复
热议问题