IbrahimBilal2005 / CampusPulse

0 stars 0 forks source link

Strategy user creation #10

Closed W-Akrabi closed 2 weeks ago

W-Akrabi commented 2 weeks ago

I added the implementation for creating users and event posters using the the strategy design pattern. If anyone has any objections with this choice please let me know. This pattern basically makes it easier to added other user types in the future and abides by all the SOLID principles and clean architecture.