B
B
Bags2016-04-21 09:56:51
PHP
Bags, 2016-04-21 09:56:51

Is there a tutorial on patterns based on step by step web application creation?

I study design patterns, parallel programming in php.
Pattern books give some fragmentary examples of use. I want something specific, step-by-step and close to my tasks (creating web applications). For example, a tutorial, code on github with comments on creating an application of some kind of diary-calendar with an explanation of the use of certain patterns.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Shamanov, 2016-04-22
@Bags

Read about patterns, but use only those that you understand and feel comfortable with. Now in the field of standards a complete ahtung is going on, take at least psr-6 ..

S
Sergey, 2016-04-21
Protko @Fesor

Throw patterns. At your stage of training, they are not needed yet. Learn the principles (SOLID, GRASP). Learn to write tests, try TDD/ATDD. And then the patterns will form by themselves.
Patterns were not invented to design them, they are needed to name your decisions. This is just a glossary of terms so that you have to spend less time explaining this or that technical solution. But first the code and then the patterns, and not vice versa.

D
DarkMatter, 2016-04-21
@darkmatter

No need to read about patterns, I agree with Sergey. Because they will start to seem to you everywhere and you will see them where they are not. And thinking about the application, immediately think about what pattern to apply to it. This is not entirely true.

M
Maxim, 2016-04-23
@go3l337

After reading , all questions should disappear, for practice, try to understand the architecture of the framework, Yii for example,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question