You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to redesign the structure of the project so that it's easier to add new policies. I think we can do this by making a trait or some kind of interface each filter must adhere to, to decouple the filtering logic and to create a "pipeline" of filters that gets processed for each event.
I don't have a good plan for this yet but here are some good projects to take inspiration from:
I want to redesign the structure of the project so that it's easier to add new policies. I think we can do this by making a trait or some kind of interface each filter must adhere to, to decouple the filtering logic and to create a "pipeline" of filters that gets processed for each event.
I don't have a good plan for this yet but here are some good projects to take inspiration from:
The text was updated successfully, but these errors were encountered: