0

Which design pattern for Common Filters

Krishna il y a 2 ans mis à jour par Gihwan Oh il y a 1 an 1

I Have to use filters for many actions in my controller class,  i have to maintain these filers in a easy manner. then which is the best DP for this case.

I began to learn about design patterns recently. But it seems the strategy pattern matches your requirement.