Difference between a module, library and a framework

前端 未结 9 1515
走了就别回头了
走了就别回头了 2020-12-07 07:13

In popular programming speak, what is the difference between these terms and what are the overlaps?

Any related terms I\'m missing out?

9条回答
  •  温柔的废话
    2020-12-07 07:50

    I believe frameworks and libraries are modules. Since modules are codes imported or exported from your code. As they say, Frameworks calls your code, your code calls libraries. Either way, a module is involved

提交回复
热议问题