Advantages of using strategy pattern in php

前端 未结 6 809
耶瑟儿~
耶瑟儿~ 2021-02-02 13:42

I can\'t seem to get my head around what advantages the strategy pattern offer. See the example below.

//Implementation without the strategy pattern
class Regist         


        
6条回答
  •  -上瘾入骨i
    2021-02-02 14:16

    There's a library and a symfony bundle here:

    https://packagist.org/packages/pugx/godfather

提交回复
热议问题