functiebased
Functiebased is a term used in Dutch-language information technology and management literature to describe approaches that organize systems, processes, or policies around functions—defined units of work or capability—rather than around entities such as objects, roles, or data structures. The concept appears in several subfields, including function-based design, function-based access control, and function-based testing.
In function-based design, software is decomposed into small, stateless functions that encapsulate a single operation and
In access control, function-based or FBAC models grant permissions by the function a user performs, rather than
In testing, function-based testing focuses on validating individual functions or features against their specifications, independent of
Critics note that functiebased approaches may lead to higher coordination costs and possible performance overhead due
See also: functional programming, modular design, function-based testing, role-based access control, attribute-based access control.