Do you use design patterns?

后端 未结 15 2139
盖世英雄少女心
盖世英雄少女心 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:50

    Yes.

    We are even using them in my current job: Mainframe coding with COBOL and PL/I.

    So far I have seen Adaptor, Visitor, Facade, Module, Observer and something very close to Composite and Iterator. Due to the nature of the languages it's mostly strutural patterns that are used. Also, I'm not always sure that the people who use them do so conciously :D

提交回复
热议问题