The last days I'm into the clean code, refactoring, SOLID methodology and how to make a good code, but i don't know so much about patterns and have a question.
What are for you the best design patterns or almost the most useful? Thanks for all!
PS: I have in mind to learn more about design patterns and instead I know some patterns, but always is interesting to have a external point of view!
Each design pattern solves particular common problem. For me, there is no point in asking "which one is the most usefull" :)
As always, @jeffreyway do best to make it understandable (jargon reduced to a minimum) in his Design Patterns in PHP series. Recommend it.
I'm all in for SOLID design patterns. It's practically impossible to write spaghetti code when you follow SOLID principles
Ujjwal Kanth
Search @Unbxd
I don't have one. I don't think Patterns are way to go. They were created, more or less, to solve the problem language had. Only thing that I adhere with is micro services architecture, and that pretty much negates the use of monolithic applications that may require hugely complex design patterns.