Is there still a difference between a library and an API?

后端 未结 8 1723
清歌不尽
清歌不尽 2021-01-29 20:07

Whenever I ask people about the difference between an API and a library, I get different opinions. Some give this kind of definition, saying that an API is a spec and a library

8条回答
  •  终归单人心
    2021-01-29 20:24

    My view is that when I speak of an API, it means only the parts that are exposed to the programmer. If I speak of a 'library' then I also mean everything that is working "under the hood", though part of the library nevertheless.

提交回复
热议问题