0

Which design pattern for Common Filters

Krishna 2 lat temu Ostatnio zmodyfikowane przez Gihwan Oh 1 rok temu 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.