R
R
Romi2021-07-12 19:17:56
PHP
Romi, 2021-07-12 19:17:56

Tell me, does the design pattern (for PHP), where the features for the application are taken out into separate modules, have any name?

I want to read more docs and examples on how to split an application into reusable feature modules.

Is it some specific design pattern? What to google?

Surely this is somehow called))

I want to see what bright minds came up with)) how exactly to implement modularity in the same Laravel, for example.

Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daria Motorina, 2021-07-12
@romicohen

To some extent, this is Separation of Concerns

M
Maksim Fedorov, 2021-07-12
@Maksclub

where the features for the application are taken out into separate modules

The question is already answered :) :) :)
Package By Feature
Here you can see an example of a PHP project from Valentina Udaltsov, a good attempt (with time reference):
https://www.youtube.com/watch?v=2iPNz3p5Xiw&t= 3633s
how to split an application into reusable feature modules

And here there are doubts about my answer, because the goal is the opposite - to reduce connectivity, while reusability is to increase it in some way
Maybe you are talking about DRY now? Don't Repeat Yourself?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question