mardi 21 avril 2020

Choose of design pattern for huge long process

I've a huge long process in php (with Yii2). An example can be be

  1. Create company
  2. Create subscription
  3. Create user ...etc

Do you think that i need a pattern like the Chain of Responsibility pattern? Or do you have any advice?

the Chain of Responsibility pattern it's very good in my opinion but, i don't know if it's used in a correct way in this case.

Aucun commentaire:

Enregistrer un commentaire