Procedure-oriented(面向过程的):一种以“过程/步骤(procedures)”为核心来组织任务、代码或工作流程的方法;强调按顺序执行的步骤、函数/子程序的调用与控制流程(常用于描述“面向过程编程”或“流程化管理”)。也可与 object-oriented(面向对象)对比使用。
/prəˈsiːdʒər ˈɔːriˌɛntɪd/
The training is procedure-oriented and easy to follow.
这套培训是面向流程的,很容易照着做。
In a procedure-oriented system, the code is organized around functions and execution steps rather than long-lived objects, which can make complex state management harder as the project grows.
在面向过程的系统里,代码围绕函数和执行步骤来组织,而不是围绕长期存在的对象;随着项目变大,这可能会让复杂状态的管理更困难。
由 procedure(程序;步骤;手续,源自拉丁语 procedere “向前推进、继续进行”)+ -oriented(“以……为导向/为中心的”)构成,字面意思是“以步骤/过程为中心的”。