Framework Vs. API

前端 未结 12 1131
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 08:04

Now, this may be a silly question but sometimes the terms Framework and API are used interchangeably. The way I see it is that a Framework is a bigger more generic thing, co

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 08:35

    In my experience, a framework often includes two things (at least) that an simple API doesn't:

    • Extensibility: you can compose or subclass framework components to extend or customize its functionality.

    • Tools for code-generation, administration, or diagnostic tasks related to application development.

提交回复
热议问题