azdanov / php-interview-exercises

Some exercises to practice whiteboard interview questions in PHP.
MIT License
453 stars 73 forks source link

Design patterns and best practices #34

Open kevin-schmitt opened 5 years ago

kevin-schmitt commented 5 years ago

Thanks for this project :) It's would be interesting to add exercices/examples about design patterns and principles like SOLID, KIss, ACID?

azdanov commented 5 years ago

@kevin-schmitt Thanks for showing interest!

It's a great idea, and any PR's are welcome. Currently, I don't have enough personal time for any additions, any help is appreciated.

kevin-schmitt commented 5 years ago

@azdanov thanks, No problem i beginning to work on this :) Edit: I push pull request for chain of responsability pattern exercice :) #37