第一章第一节 软件构造的多维视图

软件构造1.1

软件的多重维度:

Buiild-time:Build-time ( 构造阶段): idea-requirement-design-code-installable/executable package

code-level:代码的逻辑结构 functions, classes, methods, interfaces

component-level:files, directories, packages, libraries, and the dependencies

among them 代码的物理组织

Moment:特定时刻的软件形态

Period:软件形态随时间的变化

Runtime:运行阶段,在目标机器内部运行时程序看起来像什么,目标机器需要加载到内存中的所有磁盘文件是什么?

相关文章:

  • 2021-12-28
  • 2021-07-21
  • 2021-09-14
  • 2021-06-13
  • 2021-06-25
  • 2021-11-12
  • 2021-07-07
  • 2021-09-04
猜你喜欢
  • 2021-05-19
  • 2021-06-26
  • 2021-10-05
  • 2021-08-02
  • 2021-12-05
  • 2021-07-15
相关资源
相似解决方案