DEV Community

VP_xudon
VP_xudon

Posted on

SOC define.

Structured Object Computation (SOC) is a programming paradigm in which computation is modeled as the interaction and evolution of stateful Objects through explicit Behaviors and Flows, with Classes, Constraints, and Effects providing structure and guarantees over that computation.

Defination: A programming model in which computation is fundamentally represented as interactions among stateful objects through explicit behaviors and flows, while language constructs provide a structured and traceable notation over this underlying object model.

Top comments (0)