Home >Web Front-end >HTML Tutorial >[Mother's Day Dispersion] The importance of modular thinking_html/css_WEB-ITnose

[Mother's Day Dispersion] The importance of modular thinking_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:13:371349browse

Please indicate the source when reprinting, css exploration journey - the manor of drifting fog and rain

What I talk about here are just some of my personal superficial views on the modular design of front-end development.

What is modular thinking? The idea of ​​modularization refers to decomposing the page into different and independent modules for development based on the relevance of the content. There is no necessary connection between each module and they do not affect each other.

In the early days, when there was relatively little teamwork, the idea of ​​modularity was not particularly attractive, because in the case of individual combat, flexibility, speed and efficiency were often more important. According to I make things based on my personal preference, but think less about maintenance, reusability, etc.

Today, when team collaboration becomes increasingly frequent, the importance of modular thinking becomes highlighted. Especially those who are already using modularity may have already deeply realized the benefits. Because modularity does not mean inflexibility and inefficiency. After understanding the module development model, you will find that the original thing can actually be done this way.

Compare the production of a car. The car we see in front of us. During its manufacturing process, each component is produced separately, and then finally put together to become a street car. An iron box running around. If any part during the production process fails, this part can be reconsidered individually without considering the entire vehicle, thereby saving maintenance costs.

The modularization of web pages is the same as that of automobile production. We first divide each part of a page into different modules according to the relevance of the content, so that one page will have multiple modules, and then each part Modules are assigned to different team members for production based on the same or similar appearance, and finally all the modules are put together to form a complete page.

But why do this? We find that in a project, there are often parts with the same or similar content and appearance in one or more pages. If we follow modularization, first of all, we have turned the pages into modules, then these are the same Or similar modules can be assigned to the same person for development. In this way, the efficiency will be greatly improved, and the quality of the code will also be greatly improved, because each team member does different things. There will be situations where everyone writes their own code to implement the same or similar thing, resulting in code redundancy.

At the same time, each module exists as a "part" of the page and does not affect each other. Team member development can be carried out simultaneously, and the iteration of each module only needs to find a single person who developed the module. Save maintenance costs.

Since each module exists independently, when any page needs to use this module, you can easily use this module directly without having to re-develop it, which greatly enhances the complexity. Usability.

The main advantages of modular thinking are reflected in: improving reusability, improving development efficiency, reducing maintenance costs, improving code quality, etc.


Reply to discussion (solution)

Be the first to follow. . . . Haha, JF

Very good, very useful.

The application of modular thinking is mainly among architects

The application of modular thinking is mainly among architects

This is not absolute. If everyone has this With this thought, the next work will become smoother!

Quoting the reply from kuaiying001 on the 3rd floor:
The application of modular thinking is mainly among architects


This is not absolute. If everyone has this idea, The next work will become smoother!

Agreed!

Very good, you should study hard

Object-oriented

Learn

up

ding

lz, Good guy, haha, pick up the points!

Take the score! Haha~

Not bad, worth watching

Yeah, I learned it

The idea of ​​modularity is very good, sometimes it’s not just functional, this idea exists in the entire programming process , is a process of accumulation. If there is any good method, it can be made into a module and applied in future projects. Over time, the development efficiency will be greatly improved.

Development costs will increase

Collected, study hard

ding

The main advantages of modular thinking are reflected in: improving reusability, Improve development efficiency, reduce maintenance costs, improve code quality, etc.
I agree very much!

Well, I agree with the original poster’s idea, haha ​​

Learned!

That’s right. Dispersion is even more correct. I wish all mothers in the world happiness and good health on Mother's Day.

This is just a theoretical idea and guiding idea. In practice, there are many restrictions and many detours will be taken.

At the beginning, we couldn’t even shorten the construction period without adding more people.

Take the points and bless all the mothers in the world.

Collected, study hard! ! !

The efficiency of teamwork is high

Learning


Comparing the production of a car to the car we see in front of us, during its manufacturing process, Each component is produced individually and then finally pieced together to become the iron box that runs around the streets. If any part during the production process fails, this part can be reconsidered individually without considering the entire vehicle, thereby saving maintenance costs.

o Got it

It’s good to pay attention to this idea from the beginning~

Take the lead and bless all mothers in the world.

Usually when multiple people maintain a page, modularization is essential.
But now there are a large number of IT migrant workers working. One person has multiple pages.
Not feasible.
But this idea is very good

very good

jf

The host is such a good person!

Agreed, good guy

OK, collection

Not bad

jf

I feel that modular design ideas and object-oriented ideas are very good Like, I feel that the principle is the same thing, but this summary is very easy to understand, which is rare!

Let me learn!

Let me learn!

Receive points

Not bad~~

I’m here to learn too! I'm here to learn too! I'm here to learn too!

Study, study~~

Advanced stuff, ??. .

Look at something

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn