Difference between a module, library and a framework

前端 未结 9 1513
走了就别回头了
走了就别回头了 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:38

    From my point of view a framework contains libraries and both are modules.

    E.g. In Swift a module is a single unit of code distribution — a framework or application that is built and shipped as a single unit.

提交回复
热议问题