Modularizing web applications

后端 未结 10 1980
孤城傲影
孤城傲影 2021-01-31 19:28

I was wondering how big companies tend to modularize components on their page. Facebook is a good example:

There\'s a team working on Search that has it

10条回答
  •  伪装坚强ぢ
    2021-01-31 20:12

    My company does Business Web Applications.

    Most of the times we use a SOA Architectre with ADF or PHP frontend, so it does not matter how things are named, because most of the HTML is rendered from components (It reduces the freedom you have in free HTML, but makes it faster to develop).

    Also our Teams are not organized by Topics, they are put in different technical areas, like Database, GUI or Performance.

    The big advantage is, that you can reuse some of the Web-services in different Applications, without having to contact to original developer.

提交回复
热议问题